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 - [2003-10-15] Properties dialog has no title and NbSheet is not in TopComponent registry
Summary: [2003-10-15] Properties dialog has no title and NbSheet is not in TopComponen...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: T9Y
Depends on:
Blocks: 36145
  Show dependency tree
 
Reported: 2003-10-08 13:42 UTC by Jiri Skrivanek
Modified: 2008-12-22 20:31 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 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.