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 40323 - the property sheet rest opened after delete node
Summary: the property sheet rest opened after delete node
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-02-20 15:21 UTC by pzajac
Modified: 2008-12-22 18:53 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 pzajac 2004-02-20 15:21:09 UTC
[200402191900]
Steps to reproduction:
1)Open o property sheet from popup menu for any
DataObject in explorer. 
2)Delete the DataObject.

The property sheet rest disaplayed. There might be
better to close propertysheet after the DataObject
was deleted.
Comment 1 _ tboudreau 2004-02-20 15:34:57 UTC
Milos, could you look at this?  Probably it's some change in NodeOperationImpl (the one in 
winsys, not the one in modules...explorer) since 3.5.
Comment 2 Milos Kleint 2004-02-23 12:28:25 UTC
well, I guess thge problem is in the fact that the NbSheet
Topcomponent used to be docked in a mode, nowadays it's a dialog,
right? and the nbsheet itself listens on the changes on the node it
displays. When node is destroyed, it calles close() on itself, however
that has no effect in the dialog.
Comment 3 Milos Kleint 2004-02-24 10:39:42 UTC
fixed in trunk.
Comment 4 pzajac 2004-02-25 12:12:41 UTC
verified