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 - DnD cursor has wrong "hot spot"
Summary: DnD cursor has wrong "hot spot"
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2004-10-09 12:32 UTC by Tim Lebedkov
Modified: 2008-12-22 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (9.10 KB, image/gif)
2004-10-09 12:32 UTC, Tim Lebedkov
Details

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