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 62031 - Drag and drop support does not work
Summary: Drag and drop support does not work
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 12:05 UTC by David Kaspar
Modified: 2008-12-22 17:45 UTC (History)
0 users

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 David Kaspar 2005-08-10 12:05:18 UTC
How to reproduce:
1) Have a DataFolder in layer
2) Have a FilterNode with a node delegate of the DataFolder as a original node
3) Create PaletteController with a your own DragAndDropHandler
4) ERROR - when an drag&drop is invoked your implementation of
DragAndDropHandler.customize method is not called.
Comment 1 Stanislav Aubrecht 2005-08-10 13:09:13 UTC
fixed

Checking in src/org/netbeans/modules/palette/CategoryNode.java;
/cvs/core/palette/src/org/netbeans/modules/palette/CategoryNode.java,v  <-- 
CategoryNode.java
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/palette/RootNode.java;
/cvs/core/palette/src/org/netbeans/modules/palette/RootNode.java,v  <-- 
RootNode.java
new revision: 1.5; previous revision: 1.4
done