| Summary: | Uncaught TypeError: Cannot read property 'ownerDocument' of null (in tooltip.js) | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Client | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public |
| Version: | 8.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Grant Gayed
I don't see a way to reproduce this either, as the tooltipDiv is created when the constructor for tooltip.js is run. Perhaps there is some order of operations where the destroy method can be called before a mouse hover completes (as it uses a window timeout). http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2653c42163648cbe96fb17a2a83e35b889f19a41 Fixed in master with an existence check. |