| Summary: | Exception while hovering | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Client | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, emoffatt |
| Version: | 8.0 | ||
| Target Milestone: | 9.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
The trace:
"TypeError: undefined is not a function
at http://mrennie-new-target.orion.eclipse.org:9000/orion/editor/tooltip.js:207:29
at settleDeferred (http://mrennie-new-target.orion.eclipse.org:9000/orion/Deferred.js:70:28)
at notify (http://mrennie-new-target.orion.eclipse.org:9000/orion/Deferred.js:144:18)
at MutationObserver.run (http://mrennie-new-target.orion.eclipse.org:9000/orion/Deferred.js:28:13)"
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=0643ca1c3bbb138e90058d7f7b13b4c3f6dc38a8 There is no need for this call. The hover computer does not get to send back size hints, just content to display and hints about the source (offsetStart and offsetEnd). |
With the latest from master, I was in a target site mousing around over some url(..) entries in CSS and the inspector suspended on the following code from tooltip.js (line 207): if (self._renderPluginContent(newTooltipContents, data)) { if (self.isVisible()) { self._tooltipDiv.resize(); <- resize was undefined } else { <snip> There was no trace printed to the console.