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 36745

Summary: [2003-10-22]The palette and inspector are not hidden correctly
Product: platform Reporter: Jan Lahoda <jlahoda>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: VERIFIED FIXED    
Severity: blocker CC: mslama
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2003-10-22 13:26:43 UTC
WS2 build 031022, JDK1.4.2. (tested also on 031021).

Steps:
1. Open clean IDE.
2. Open files: examples/ted/README and
examples/ted/Ted.form (of course, both form and
java :-)).
3. If you try to switch between form and java or
text (README), the component palette and inspector
are hidden/shown correctly.
4. Select the form (palette and inspector are shown).
5. Restart the IDE.
6. The inspector is not hidden after switching to
java or text, and even is not closed when all the
tabs in the editor are closed.

Workaround:
It *seems*, that if all views in the left part of
the window (palette, component and properties) are
closed manually (with no file opened in editor),
the normal behaviour is restored.
Comment 1 Peter Zavadsky 2003-10-22 14:54:50 UTC
It seems, the state of group is not saved correctly.
Comment 2 Peter Zavadsky 2003-10-22 14:59:22 UTC
Fixed in [winsys_29836] branch.

core/windows/../Central.java 1.1.2.113
               /PersistenceHandler.java 1.1.2.45
               /TopComponentGroupImpl.java 1.1.2.9
Comment 3 Jan Lahoda 2003-10-31 15:06:38 UTC
Seems OK in 031029.