Bug 66231 - [DnD] AbstractTransferDropTargetListener does not update cursor while dragging
Summary: [DnD] AbstractTransferDropTargetListener does not update cursor while dragging
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 18:20 EDT by Pratik Shah CLA
Modified: 2010-11-04 17:46 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 Pratik Shah CLA 2004-06-08 18:20:41 EDT
AbstractTransferDropTargetListener should check for enablement in its 
handleDragOver() method.  The data is not always available and there is not 
always a target edit part, but when they are available, it should check to see 
if the command retrieved is executable and should update its cursor 
accordingly.