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

Bug 462032

Summary: [Hover] Hovering then quickly moving mouse off of editor causes tooltip to show up briefly
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Curtis Windatt CLA 2015-03-12 16:12:11 EDT
1) Hover over an item that would show a tooltip
2) Before the tooltip shows, quickly move the mouse over to the nav pane
Result:
Sometimes the tooltip shows, then immediately closes.

Guessing that we are not effectively clearing any pending promises when we receive a new onHover call.
Comment 1 Curtis Windatt CLA 2015-03-19 15:52:02 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=51103cd6bb58c37597f58bab90f24aa249cfff11

Fixed in master.  On mouseout from the editor, we don't clear any pending mousemove events.