Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 462502

Summary: Exception while hovering
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: 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:

Description Michael Rennie CLA 2015-03-18 15:04:30 EDT
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.
Comment 2 Curtis Windatt CLA 2015-03-19 13:36:14 EDT
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).