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 31529 - Property sheet is empty if "undocked"
Summary: Property sheet is empty if "undocked"
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 09:41 UTC by tkellerer
Modified: 2008-12-22 16:38 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 tkellerer 2003-02-27 09:41:28 UTC
When the property window is undocked (via
Winow->Undock View) it does not display the
properties any more.

Steps to reproduce: 
Click on an item in the explorer (e.g. a
filesystem root) while the properties view is
still in the explorer. The properties will be
displayed. 

Now click into the properties sheet (to make it
active) and choose Window->Undock view. The
properties sheet will be displayed in a separate
window but won't display anything.

3.5 Dev build from 2003-02-26, JDK 1.4.1, Windows
2000 SP2
Comment 1 Marian Mirilovic 2003-02-27 09:49:51 UTC
It's  reproducible. In my opinion changed selected node cause this
problem. Properties are again displayed when you select the same node
in explorer.
Comment 2 _ tboudreau 2003-02-27 11:25:28 UTC
Reproducable on today's trunk?  And if you change selected nodes,
does it then work properly, or it never works again?

As of this week, the property sheet should detach itself from
the selected node (but remember it) if removeNotify() is called -
this avoids a listener leak where the node will hold a reference
to a closed property sheet forever.  It will reattach itself when
it is added into a new window.
Comment 3 tkellerer 2003-03-14 13:50:29 UTC
It works now in the 3.5 build from 2003-03-13
Comment 4 _ tboudreau 2003-03-26 19:13:32 UTC
Okay, closing issue.
Comment 5 Marian Mirilovic 2003-07-14 17:23:50 UTC
verified