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 36492

Summary: [2003-10-15] Properties dialog has no title and NbSheet is not in TopComponent registry
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: VERIFIED FIXED    
Severity: blocker CC: mslama
Priority: P1 Keywords: T9Y
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 36145    

Description Jiri Skrivanek 2003-10-08 13:42:00 UTC
Try to open properties for a particular object
(e.g. file in filesystem). It shows dialog with
NbSheet inside it. The dialog has no title and
NbSheet is not in TopComponent registry
(TopComponent.getRegistry().getOpened()). That's
why it is problematic to locate a particular
dialog or NbSheet for automated tests purposes.

Tested in build 031007.
Comment 1 Jiri Skrivanek 2003-10-17 15:23:13 UTC
Please, update status. Target date passed.
Comment 2 mslama 2003-10-17 15:51:40 UTC
Peter will you fix this issue?
Comment 3 Peter Zavadsky 2003-10-20 13:04:18 UTC
I will fix the menu.

The second part can't be "fixed". It is as designed. Now it is not a
TopComponent, but dialog. Also Options can't be found between opened
TopComponents.
Comment 4 Peter Zavadsky 2003-10-20 14:36:34 UTC
Fixed in branch winsys_29836

core/windows/../services/NodeOperationImpl.java 1.1.2.3
Comment 5 Jiri Skrivanek 2003-10-22 12:16:26 UTC
Verified on branch.