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 - [2003-10-22]The palette and inspector are not hidden correctly
Summary: [2003-10-22]The palette and inspector are not hidden correctly
Status: VERIFIED 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: 2003-10-22 13:26 UTC by Jan Lahoda
Modified: 2008-12-22 22:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.