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 64469 - Can't drop into empty explorer area
Summary: Can't drop into empty explorer area
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: USABILITY
: 66348 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-15 16:27 UTC by Jaromir Uhrik
Modified: 2008-12-22 17:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2005-09-15 16:27:39 UTC
[NetBeans dev build #200509141800 + collab modules downloaded from UC on 09/15]
When the user wants to share project it must be dropped to the special node with
funny name "Drag files or projects here to share them". It will be more
intuitive when dropping to whole Shared Files window will be allowed.
Comment 1 Petr Nejedly 2005-10-21 21:38:24 UTC
Drop into the empty area should perform drop into the root node.
Comment 2 Petr Nejedly 2005-10-21 21:40:01 UTC
DnD -> Jirka
Comment 3 Petr Nejedly 2005-10-25 15:49:57 UTC
*** Issue 66348 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Rechtacek 2005-10-27 14:38:58 UTC
Checking in openide/explorer/src/org/openide/explorer/view/DragDropUtilities.java;
/shared/data/ccvs/repository/openide/explorer/src/org/openide/explorer/view/DragDropUtilities.java,v
 <--  DragDropUtilities.java
new revision: 1.4; previous revision: 1.3
done
Checking in openide/explorer/src/org/openide/explorer/view/TreeViewDropSupport.java;
/shared/data/ccvs/repository/openide/explorer/src/org/openide/explorer/view/TreeViewDropSupport.java,v
 <--  TreeViewDropSupport.java
new revision: 1.2; previous revision: 1.1
done
Comment 5 Petr Nejedly 2005-10-27 15:37:21 UTC
Works as requested now.