-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b45
-
x86
-
windows
-
Verified
A modal dialog with a hidden dialog as parent does not appear on top of new frames. This occurs with b43 PIT build only on Windows platform.
java -version
java version "1.6.0-awt.pit-int-jcg-win-03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-jcg-win-03-java2d_16_jun_2005_10_53-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b40, mixed mode)
I'm showing an application modal Dialog whose parent is a hidden dialog. On clicking a button on the dialog, I'm showing a frame. The frame is blocked by dialog, but it appears on top of the modal dialog. The modal dialog comes to top if the blocked frame is clicked.
To reproduce:
Run the attached test; click on the 'Click Me' button
###@###.### 2005-06-21 10:22:27 GMT
java -version
java version "1.6.0-awt.pit-int-jcg-win-03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-awt.pit-int-jcg-win-03-java2d_16_jun_2005_10_53-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b40, mixed mode)
I'm showing an application modal Dialog whose parent is a hidden dialog. On clicking a button on the dialog, I'm showing a frame. The frame is blocked by dialog, but it appears on top of the modal dialog. The modal dialog comes to top if the blocked frame is clicked.
To reproduce:
Run the attached test; click on the 'Click Me' button
###@###.### 2005-06-21 10:22:27 GMT
- relates to
-
JDK-6272277 PIT. Frame does not open behind a modal dialog
-
- Closed
-