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 21454 - Cursor indication of possible drop of Dragging source
Summary: Cursor indication of possible drop of Dragging source
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: UI
Depends on:
Blocks: 17435 22005
  Show dependency tree
 
Reported: 2002-03-12 08:26 UTC by Peter Zavadsky
Modified: 2008-12-23 09:53 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2002-03-12 08:26:33 UTC
Make proper indication of possible drop operation of dragged source when over
components.
Comment 1 Peter Zavadsky 2002-03-12 08:27:15 UTC
There are neded the icons.
Comment 2 Peter Zavadsky 2002-03-22 14:37:15 UTC
This is almost done. [winsys_dnd_2002Feb] branch.

Beside the missing icons (just my ugly draws are there).
There is missing the possible indication to move/copy the window to
the "free" space (like undock), which func is not done yet.

All other cases crossing borders of containers and changing move to
copy action and back are done.
Comment 3 Peter Zavadsky 2002-04-03 08:59:34 UTC
Fixed in [winsys_dnd_2002Feb].


Note: 
It is working in jdk1.4 only, it provides DragSouceMotionListener
which informs about entire drag operation also in "free" area.
Comment 4 Marian Mirilovic 2002-04-29 09:02:59 UTC
verified in [nb_dev](20020426), [jdk1.4](fcs)

I have filed issues:
issue 22361 - Incorrect mouse cursor visible after changing DnD
operation (Copy->Move)
issue 22123 - MDI after Escape drop -> drop indicator visible
issue 22634 - ncorrect mouse cursor visible after changing DnD
operation (Copy->Move), not over NetBeans