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 255501 - java.awt.dnd.InvalidDnDOperationException: Drag and drop in progress
Summary: java.awt.dnd.InvalidDnDOperationException: Drag and drop in progress
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-23 08:15 UTC by Exceptions Reporter
Modified: 2015-09-23 08:15 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194872


Attachments
stacktrace (3.72 KB, text/plain)
2015-09-23 08:15 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-23 08:15:45 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
GUEST: Dragging search results window

mps77: clone editor window, drag with tabheader

GUEST: Trying to drag and drop to dock an Output floating window.  Not sure what happened from there.

jucrouzet: Drag'n'Dropping a PHPUnit test file




Stacktrace: 
java.awt.dnd.InvalidDnDOperationException: Drag and drop in progress
   at sun.awt.dnd.SunDragSourceContextPeer.setDragDropInProgress(SunDragSourceContextPeer.java:358)
   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:417)
   at org.netbeans.core.windows.view.dnd.TopComponentDragSupport.eventDispatched(TopComponentDragSupport.java:352)
Comment 1 Exceptions Reporter 2015-09-23 08:15:49 UTC
Created attachment 156371 [details]
stacktrace