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

Bug 373535

Summary: [ToolTip] Widget ToolTip incorrectly placed
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: 1.5   
Target Milestone: 1.5 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2012-03-07 10:12:21 EST
Recent changes to CVS HEAD cause the tooltip to sometimes appear on the right border of the window, not where the mouse is.
Comment 1 Tim Buschtoens CLA 2012-03-07 11:49:32 EST
Fixed by firing the beforeAppear event in the propper place (not in the display queue, but in applyVisibility). Note that i cant write a propper test for this, as ToolTip is a singleton and its element would have to be not created to reproduce this issue. This in turn depends on the tests that came before...