Bug 66231

Summary: [DnD] AbstractTransferDropTargetListener does not update cursor while dragging
Product: [Tools] GEF Reporter: Pratik Shah <ppshah>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: nyssen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.