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 32572

Summary: Menu Tool -> Options doesn't focused opened Options dialog.
Product: platform Reporter: ehucka <ehucka>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: VERIFIED WONTFIX    
Severity: blocker Keywords: FOCUS, JDK_SPECIFIC
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description ehucka 2003-04-02 15:09:21 UTC
NB 3.5 build 200304012350, MDI
Linux RH 7.2, GNome
JDK 1.4.1_02

If I have already opened Options dialog and focus
on Main window (Options dialog is below Main
window) and I try to use menu Tools-Options, the
dialog is not displayed.
Comment 1 Marian Mirilovic 2003-04-02 15:15:25 UTC
not reproducible on Sol8/CDE
Comment 2 pzajac 2003-04-02 15:56:54 UTC
That's very old issue. The problem is in jdk/awt implementation. The
options settings window is not shown when you have it behind other
window. 
But I have one dirty workeround but for users very usefull:-) 

if(When the main windows is focused && 
      Options allready shown &&
      rectangle of main window extends rectangle of Options) {
         close options;
         open options;           
      }
}
 
Comment 3 pzajac 2003-06-24 08:44:52 UTC
*** Issue 34542 has been marked as a duplicate of this issue. ***
Comment 4 Marian Mirilovic 2003-11-26 12:57:25 UTC
Because Window System v1 will not be supported from now by our team, all old
winsys issues (now "core/window system v1" issues) are going to be closed as
WONTFIX. 

Changes in API which emerged both from UI spec 
and problems with adjusting to the older API are described in the document
http://core.netbeans.org/windowsystem/changes.html.
 It shows also recommends how the client code should be adjusted to the new
window system.

If you think this issue apply also to the new winsys then change the
subcomponent (to "core/window system") and REOPEN it.
Comment 5 Marian Mirilovic 2004-02-27 14:11:34 UTC
issue doesn't apply to new window system - verified