-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b45
-
generic, x86
-
generic, windows_xp
-
Verified
This occurs in AWT PIT build for mustang b38
java version "1.6.0-awt.pit-int-jcg-linux-02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-jcg-linux-02-dm97671_11_may_2005_09_09-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b35, mixed mode)
I've a modal dialog opened up which blocks a Frame. From a different thread, I'm opening a Frame. The Frame is not displayed behind the Modal dialog on Windows. This is the same behavior explained in 4607481. The fix for the bug works on Solaris/Linux. On Windows, the Frame appears on top of the modal dialog. But when the Frame title bar is clicked, it goes behind the dialog.
On Solaris/Linux, the newly appearing Frame do not get minimized if the Dialog and the blocked Frames are minimized. The newly appearing Frames appear in blocked state. When I click anywhere on the title bar, it gets minimized.
To reproduce:
Run the attached testcase. It opens a Frame blocked by a modal dialog. A new frame appears every 10 seconds. Check where the Frame appears on a windows system. Minimize the Dialog/Frame by clicking the minimize button on the Frame title bar on Solaris / Linux. Check where the new Frames appear.
###@###.### 2005-05-18 09:27:00 GMT
java version "1.6.0-awt.pit-int-jcg-linux-02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-jcg-linux-02-dm97671_11_may_2005_09_09-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b35, mixed mode)
I've a modal dialog opened up which blocks a Frame. From a different thread, I'm opening a Frame. The Frame is not displayed behind the Modal dialog on Windows. This is the same behavior explained in 4607481. The fix for the bug works on Solaris/Linux. On Windows, the Frame appears on top of the modal dialog. But when the Frame title bar is clicked, it goes behind the dialog.
On Solaris/Linux, the newly appearing Frame do not get minimized if the Dialog and the blocked Frames are minimized. The newly appearing Frames appear in blocked state. When I click anywhere on the title bar, it gets minimized.
To reproduce:
Run the attached testcase. It opens a Frame blocked by a modal dialog. A new frame appears every 10 seconds. Check where the Frame appears on a windows system. Minimize the Dialog/Frame by clicking the minimize button on the Frame title bar on Solaris / Linux. Check where the new Frames appear.
###@###.### 2005-05-18 09:27:00 GMT
- duplicates
-
JDK-6273037 Regression test java/awt/Modal/NonModalWindowOpenBehindModalDialogTest fails
-
- Closed
-
- relates to
-
JDK-6288585 PIT. Windows: Blocked Frame appears above modal dialog
-
- Closed
-
-
JDK-4607481 Can't open a non-modal window behind a modal dialog
-
- Closed
-