This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 50192

Summary: DnD cursor has wrong "hot spot"
Product: platform Reporter: Tim Lebedkov <lebedkov>
Component: ExplorerAssignee: Petr Nejedly <pnejedly>
Status: CLOSED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot

Description Tim Lebedkov 2004-10-09 12:32:30 UTC
- select a file in the Files window
- try to drag it into another folder
the mouse cursor changes to "disabled" although
the cursor is over a folder node
Comment 1 Tim Lebedkov 2004-10-09 12:32:56 UTC
Created attachment 18179 [details]
Screenshot
Comment 2 Petr Nejedly 2004-10-26 14:21:58 UTC
Needs just to define the hot spots for the cursors. There is hardcoded
conmstant [1,1] now
Comment 3 Petr Nejedly 2004-10-27 12:59:32 UTC
openide/src/org/openide/explorer/view/DragDropUtilities.java,v1.30
Comment 4 Tim Lebedkov 2004-10-29 18:15:46 UTC
ok