Bug 130467

Summary: [DnD] Tooltips not closed on DnD
Product: [Tools] GEF Reporter: Sven Wende <s.wende>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Sven Wende CLA 2006-03-05 10:09:00 EST
Hi,

tooltips for EditParts are not closed, when a native DnD is initiated.

Think of somewhat more complex and bigger tooltips. In the case of native
DnD they might obstruct the view on the drag target, which might be another Eclipse view or editor.

There should be an API to hide tooltips manually at runtime, or tooltips should generally get closed when DnD starts.

Kind regards

Sven
Comment 1 Randy Hudson CLA 2006-03-05 15:47:12 EST
Editparts don't support tooltips.  Are you talking about an IFigure's tooltip?
Comment 2 Sven Wende CLA 2006-03-05 20:30:10 EST
Exactly! I am talking of IFigure Tooltips!
Comment 3 Randy Hudson CLA 2006-03-05 23:37:53 EST
dispatchNativeDragStarted is defined in GEF's DomainEventDispatcher. We could move this up to Draw2d's EventDispatcher, and hide the tooltip in SWTEventDispatcher.