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 - Menu Tool -> Options doesn't focused opened Options dialog.
Summary: Menu Tool -> Options doesn't focused opened Options dialog.
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: FOCUS, JDK_SPECIFIC
: 34542 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-02 15:09 UTC by ehucka
Modified: 2008-12-23 09:11 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 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