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 86789 - palette cannot accept external drag and drop
Summary: palette cannot accept external drag and drop
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: 2006-10-09 16:23 UTC by Stanislav Aubrecht
Modified: 2008-12-22 18:39 UTC (History)
2 users (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 Stanislav Aubrecht 2006-10-09 16:23:02 UTC
the component palette throws java.awt.dnd.InvalidDnDOperationException when
anything is dropped to it that already doesn't belong to the palette. it's
because the drop operation is not accepted before asking for the content of the
dropped Transferable.
Comment 1 Stanislav Aubrecht 2006-10-09 16:25:48 UTC
fixed in trunk

Checking in DnDSupport.java;
/cvs/core/palette/src/org/netbeans/modules/palette/ui/DnDSupport.java,v  <-- 
DnDSupport.java
new revision: 1.11; previous revision: 1.10
done
Comment 2 Stanislav Aubrecht 2006-10-11 14:18:07 UTC
fixed in release55_dev branch

Checking in DnDSupport.java;
/cvs/core/palette/src/org/netbeans/modules/palette/ui/DnDSupport.java,v  <-- 
DnDSupport.java
new revision: 1.3.10.1.2.2.2.1; previous revision: 1.3.10.1.2.2
done
Comment 3 Stanislav Aubrecht 2006-10-11 15:21:23 UTC
fixed in release55 branch

Checking in DnDSupport.java;
/cvs/core/palette/src/org/netbeans/modules/palette/ui/DnDSupport.java,v  <-- 
DnDSupport.java
new revision: 1.3.10.1.2.3; previous revision: 1.3.10.1.2.2
done
Comment 4 Marian Mirilovic 2006-10-11 15:55:22 UTC
QA verified the fix in NB Dev (200610101800)
Comment 5 Antonin Nebuzelsky 2006-10-11 22:39:46 UTC
A P1 for 5.5 I guess...