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 21109 - [DnD] visual feedback/status ability of drop action
Summary: [DnD] visual feedback/status ability of drop action
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: UI
Depends on:
Blocks: 20359 22096
  Show dependency tree
 
Reported: 2002-03-04 07:45 UTC by Jiri Rechtacek
Modified: 2008-12-23 13:37 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
a patch for see the changes with dev build (38.94 KB, application/octet-stream)
2002-04-03 16:26 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2002-03-04 07:45:38 UTC
- available drag gestures
- shape of dragging cursor
- usage of rightbutton-drag (popup menu with actions appearing?) , leftbutton drag
- availability of DnD: treeview, listview, enough?
- visual feedback - how should look like?
Comment 1 Jiri Rechtacek 2002-03-11 07:37:21 UTC
*** Issue 21387 has been marked as a duplicate of this issue. ***
Comment 2 Jiri Rechtacek 2002-03-11 07:38:15 UTC
*** Issue 20788 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2002-03-14 16:17:42 UTC
Only the part: Visual feedback and indication of drop place during
dragging and ability to do drop action.
Comment 4 Jiri Rechtacek 2002-04-03 13:12:45 UTC
The feedback for drop in TreeView is implemented in branch
explorer_dnd_2002Mar. Feedback for ListView and for reorder depends on
issue 22049.
Comment 5 Jiri Rechtacek 2002-04-03 16:26:07 UTC
Created attachment 5277 [details]
a patch for see the changes with dev build
Comment 6 Jiri Rechtacek 2002-04-03 16:42:29 UTC
The attached demo should be runable with the last build from main
trunk. Copy attachment to <nb_home>/lib/patches and enjoy it :)
Comment 7 Jiri Rechtacek 2002-04-04 12:23:51 UTC
Link at UI spec: http://ui.netbeans.org/docs/dnd/dnddo_uispec.html.
Comment 8 Marian Mirilovic 2002-04-05 08:48:48 UTC
verified in [nb_dev](20020404), [jdk1.4](fcs) with patch from issue
21109 :
http://www.netbeans.org/issues/showattachment.cgi?attach_id=5277

- UI spec isn't up to date
- right dragging cursor is visible during DnD
- rightbutton-drag rejectable
- user has clear visual feedback

I have filed new issue 22100 (P2) that must be fixed before DnD nodes
will be merged into trunk.

VERIFIED PATCH
Comment 9 Marian Mirilovic 2002-04-29 08:43:12 UTC
verified in [nb_dev](20020426)