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 219701 - never ending IllegalComponentStateException after use of action from dropped down part of editor's toolbar
Summary: never ending IllegalComponentStateException after use of action from dropped ...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-08 12:15 UTC by Vladimir Voskresensky
Modified: 2012-10-10 03:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log with exceptions (890.35 KB, text/x-log)
2012-10-08 12:16 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2012-10-08 12:15:55 UTC
I've got never ending exceptions report without possibility to close reporter dialog or send report from this. Message.log is about 1Mb (attached). We have this failing in our automatic tests.
Easiest way to manually reproduce I've found so far: 
- Create JavaApplication
- from file jump to String
- reduce size of NB window to have only "Source" and "History" in editor's toolbar and all other actions under dropped down part of toolbar
- open toolbar to see Go Back action
- press Go Back action
Comment 1 Vladimir Voskresensky 2012-10-08 12:16:32 UTC
Created attachment 125577 [details]
log with exceptions
Comment 2 Vladimir Voskresensky 2012-10-08 12:17:12 UTC
SEVERE [global]
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
Comment 3 Vladimir Voskresensky 2012-10-08 12:33:06 UTC
I see the same exceptions when use C/C++ switch header/source files action. Looks like exception always happens if action does change editor when dropped down part of toolbar is visible on screen
Comment 4 Theofanis Oikonomou 2012-10-09 12:03:05 UTC
Fixed: http://hg.netbeans.org/core-main/rev/181ec8a57c01
Comment 5 Quality Engineering 2012-10-10 03:07:00 UTC
Integrated into 'main-golden', will be available in build *201210100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/181ec8a57c01
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #219701 - never ending IllegalComponentStateException after use of action from dropped down part of editor's toolbar