-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b03
-
generic
-
generic
-
Verified
This is reproducible with Solaris JDS and cinnabar systems, with the latest mustang build. When the SplashScreen is the only window visible on screen or when it has focus, pressing Alt+F4 closes it.
To reproduce:
Run a java app or the below testcase giving the -splash:<image path> in command line to show the splash screen
public class Test {
public static void main(String[] args) {
try { Thread.sleep(10000); } catch (Exception e) {}
}
}
When the splash screen is visible and when it has the focus, press Alt+F4. If the splash screen closes, bug is reproduced.
To reproduce:
Run a java app or the below testcase giving the -splash:<image path> in command line to show the splash screen
public class Test {
public static void main(String[] args) {
try { Thread.sleep(10000); } catch (Exception e) {}
}
}
When the splash screen is visible and when it has the focus, press Alt+F4. If the splash screen closes, bug is reproduced.
- relates to
-
JDK-6428575 Windows: Pressing Alt+F4 closes the splash screen
-
- Closed
-
-
JDK-6490294 Pressing ALT + Right click on the splash screen brings up the menu on gnome.
-
- Closed
-
-
JDK-6449851 need to make splashscreen totally invisible in taskbar and in Alt-tab list
-
- Closed
-