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

Bug 422265

Summary: [Tree][Table] Cell tooltip position is wrong when column is partly visible
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: unspecified   
Target Milestone: 2.2 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Screenshot none

Description Ivan Furnadjiev CLA 2013-11-21 11:00:49 EST
When you have cell tooltip on partly visible column (Table/Tree horizontally scrolled) it appears outside Tree/Table.
Comment 1 Ivan Furnadjiev CLA 2013-11-21 11:01:57 EST
Created attachment 237621 [details]
Screenshot
Comment 2 Tim Buschtoens CLA 2013-11-26 06:22:49 EST
Fixed with commit a88134eeb21c2ca43e937dabd4836706014c9e4e and commit afa8524be9789086f4b29d9308a1f1ba6b6f908d. If the target of the tooltip is only partially visible, the tooltip is always positioned relative to the mouse cursor.

That's not a perfect solution (which would be to position the tooltip so it's attached to the visible part of the widget), but will do for now.