Bug 130467 - [DnD] Tooltips not closed on DnD
Summary: [DnD] Tooltips not closed on DnD
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-05 10:09 EST by Sven Wende CLA
Modified: 2010-11-04 17:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.