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 11093 - "IAE: Cannot set Foo as selected..." when trying to close an Editor tab
Summary: "IAE: Cannot set Foo as selected..." when trying to close an Editor tab
Status: CLOSED DUPLICATE of bug 10265
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-05 13:26 UTC by Jesse Glick
Modified: 2008-12-23 00:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IllegalArgumentException's from window system (6.14 KB, text/plain)
2001-04-05 13:27 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-04-05 13:26:41 UTC
[release32 apr 5] Not sure how to reproduce, but I was working with the IDE
(fresh build, fresh user dir) and created a DataLoader template from API
Support, compiled etc. I also had a modified Ant script in the Editor window.
Was using MDI mode. I clicked the close button on the Editor window, and got an
exception (attached). Most files except one source file and the Ant script were
now gone from Editor window. Saved Ant script, closed that tab (leaving only
this one source file there), got exception again. Clicked close on Editor window
again and it worked. Afterwards the same source file could be opened and closed
without error.
Comment 1 Jesse Glick 2001-04-05 13:27:32 UTC
Created attachment 1010 [details]
IllegalArgumentException's from window system
Comment 2 David Simonek 2001-04-05 14:11:28 UTC
Reassigning to Marek, he's working on this issue now. I tightened rules in
method setSelectedTopComponent and these exceptions indicate that it's being
called in invalid way under some circumstances.
Comment 3 mslama 2001-04-05 16:13:24 UTC
Duplicate of #10265 root cause is the same - invalid call of stateChanged from
componentRemoved in SplitContainerImpl and MultiTabbedContainerImpl - more
details look in #10265.



*** This issue has been marked as a duplicate of 10265 ***
Comment 4 Quality Engineering 2003-07-01 15:59:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 5 Quality Engineering 2003-07-01 16:23:10 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.