-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b14
-
x86
-
windows_xp
-
Verified
I am showing a frame with a button. On clicking the button, a JOptionPane message dialog with a null parent. It is an application modal dialog by default and hence blocks the frame. When clicking the frame, the JOptionPane's title flickers. Once both the windows are shown, I am pressing 'Windows key' + 'D' to show the desktop. Both the windows are minimized. I am pressing those keys again to make the windows appear on the screen. When I repeat this a few times, the frame comes on top of the message dialog.
This is reproducible only on win32, since JDK6-b40. Not reproducible on JDK6-b30 and JDK1.5.0-FCS. Hence a regression introduced by modality changes. Works fine on SolSparc10.
To reproduce, run the attached test.
1. Frame will be shown. Move the frame to the center of the screen.
2. Press 'Windows'+'D'. Everything minimizes.
3. Press 'Windows'+'D' again. Windows appear.
4. Repeat this a few times and you would see frame appearing above the dialog.
This is reproducible only on win32, since JDK6-b40. Not reproducible on JDK6-b30 and JDK1.5.0-FCS. Hence a regression introduced by modality changes. Works fine on SolSparc10.
To reproduce, run the attached test.
1. Frame will be shown. Move the frame to the center of the screen.
2. Press 'Windows'+'D'. Everything minimizes.
3. Press 'Windows'+'D' again. Windows appear.
4. Repeat this a few times and you would see frame appearing above the dialog.
- relates to
-
JDK-6438993 Modal dialog goes behind the parent frame when parent is restored from iconify state
- Open
-
JDK-6494032 REG:Dialogs minimized to taskbar (through 'Show Desktop') are not restored when ALT+TABing, Win32
- Closed
-
JDK-6602293 Wrong focus traversal between multiple applets after printing
- Closed
-
JDK-6532736 A blocked Window appears above a modal dialog
- Closed