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 214103 - java.awt.dnd.InvalidDnDOperationException: Drag and drop in progress
Summary: java.awt.dnd.InvalidDnDOperationException: Drag and drop in progress
Status: RESOLVED DUPLICATE of bug 214100
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 214105 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-13 10:11 UTC by ttokoly
Modified: 2012-06-13 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189426


Attachments
stacktrace (3.25 KB, text/plain)
2012-06-13 10:11 UTC, ttokoly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ttokoly 2012-06-13 10:11:24 UTC
Build: NetBeans IDE Dev (Build 201206130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b04, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b13
OS: Mac OS X

User Comments:
ttokoly: 1. D'n'D Services window to the top of Document Area
2. Try to D'n'D it somewhere else
-> this error shows up




Stacktrace: 
java.awt.dnd.InvalidDnDOperationException: Drag and drop in progress
   at sun.awt.dnd.SunDragSourceContextPeer.setDragDropInProgress(SunDragSourceContextPeer.java:356)
   at java.awt.dnd.DragSource.startDrag(DragSource.java:301)
   at java.awt.dnd.DragSource.startDrag(DragSource.java:396)
   at java.awt.dnd.DragGestureEvent.startDrag(DragGestureEvent.java:291)
   at org.netbeans.core.windows.view.dnd.TopComponentDragSupport.doStartDrag(TopComponentDragSupport.java:419)
   at org.netbeans.core.windows.view.dnd.TopComponentDragSupport.eventDispatched(TopComponentDragSupport.java:353)
Comment 1 ttokoly 2012-06-13 10:11:30 UTC
Created attachment 120767 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-06-13 12:51:38 UTC
*** Bug 214105 has been marked as a duplicate of this bug. ***
Comment 3 Stanislav Aubrecht 2012-06-13 12:52:45 UTC
This is just a side-effect of #214100. Because the previous d'n'd operation didn't finish correctly, all subsequent d'n'd attempts will fail with this message.

*** This bug has been marked as a duplicate of bug 214100 ***