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 22769 - IllegalStateException when "dragging" option
Summary: IllegalStateException when "dragging" option
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-25 09:17 UTC by Jan Lahoda
Modified: 2008-12-23 09:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IllegalStateException thrown. (2.91 KB, text/plain)
2002-04-25 09:17 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2002-04-25 09:17:16 UTC
Build 200204250100, JDK1.4fcs.
1. Open Tools/Options
2. Open node Editing.
3. Now, select last node (click with shift)
4. Hold shift and move mouse.
5. Attached exception is thrown.
Comment 1 Jan Lahoda 2002-04-25 09:17:53 UTC
Created attachment 5551 [details]
IllegalStateException thrown.
Comment 2 Jan Lahoda 2002-04-25 09:19:16 UTC
*** Issue 22770 has been marked as a duplicate of this issue. ***
Comment 3 Jan Lahoda 2002-04-25 09:33:06 UTC
Sorry, I forgot - I am in MDI (probably most importantly).
The Issue #22770 is not a duplicate of this, it was a mistake.
Comment 4 mslama 2002-04-25 09:41:29 UTC
Reassigning to Jiri
Comment 5 Jiri Rechtacek 2002-04-25 09:49:30 UTC
problem in window DnD(maybe), reassigning to Peter
Comment 6 Peter Zavadsky 2002-04-25 10:26:42 UTC
It is necessary to put there the glasspanes used for DnD just
temporary, and reset the original ones when the drag is finished.
Comment 7 Marian Mirilovic 2002-04-25 10:56:11 UTC
Rising priority to P2, because after DnD node in Explorer this
Exception arise allways after attempt to Drag Explorer window.
Comment 8 Jiri Rechtacek 2002-04-25 11:34:36 UTC
The glass pane from explorer's DnD is removed at the end of dnd
operation and the previous glass pane is set back. Reopen if I'm wrong.
Comment 9 Marian Mirilovic 2002-04-25 11:41:33 UTC
x
Comment 10 Marian Mirilovic 2002-04-25 11:42:50 UTC
Fixed again
Comment 11 Peter Zavadsky 2002-04-25 15:02:50 UTC
Temporary glass panes used also for window dnd, thus this kind of
exception shouldn't occure anymore.

Change:
core/../windows/dnd/DropTargetGlassPane.java [1.4]
               /frames/DefaultContainerImpl.java [1.52]
               /frames/InternalFrameTypeImpl.java [1.25]
Comment 12 Jiri Rechtacek 2002-04-25 15:36:08 UTC
Fix is merged in QBE200204250100 branch.
Comment 13 Marian Mirilovic 2002-04-29 16:54:29 UTC
verified in [nb_dev](20020429)
Comment 14 Quality Engineering 2003-07-01 16:49:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.