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 55937 - Hiding Description Area hides properties too
Summary: Hiding Description Area hides properties too
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-03-04 08:27 UTC by Marian Mirilovic
Modified: 2008-12-22 16:08 UTC (History)
0 users

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 Marian Mirilovic 2005-03-04 08:27:38 UTC
NB4.1 (200503031900), JDK1.5.0_03 (ea)

Steps to reproduce:
- run IDE
- open project
- create JFrame
- select JFrame node in inspector
- invoke popup menu over the desciption area in
properties window
- hide description area
-> list of properties is hidden too
Comment 1 Marian Mirilovic 2005-03-04 08:28:08 UTC
You have to select Properties toggle button to show properties again...
Comment 2 Martin Krauskopf 2005-03-04 08:36:39 UTC
I'll try to get it into 4.1 
Comment 3 Martin Krauskopf 2005-03-10 05:32:46 UTC
Fixed.

Checking in openide/src/org/openide/explorer/propertysheet/PSheet.java;
new revision: 1.9; previous revision: 1.8
Comment 4 Marian Mirilovic 2005-03-17 12:55:17 UTC
verified in NB4.1(200503170655)