-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b47
-
sparc
-
solaris_10
-
Verified
I am running an application that shows a SplashScreen on the screen. I am clicking on the SplashScreen. The splashScreen gains focus. I am pressing ALT + SPACE BAR on the splash screen and a menu is shown on top of the splash screen. The menu do not go there after and stays on the screen on top of the splash screen.
Splash Screens should not show any menu when user interacts with it. First of all, I am not sure whether it is a right behavior for a splash screen to gain focus when it is clicked.
This is reproducible only on SolarisSparc10-JDS and not reproducible on Win32.
Here is the PIT build:
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_23_may_2005_09_12-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b37, mixed mode)
I have attached a sample test. Execute the test on XToolkit with '-splash:<img>' option. You would see a splash screen. Click on the splash screen and press ALT + SPACE BAR. If you see a menu, then the bug is reproduced.
###@###.### 2005-05-24 09:44:58 GMT
Splash Screens should not show any menu when user interacts with it. First of all, I am not sure whether it is a right behavior for a splash screen to gain focus when it is clicked.
This is reproducible only on SolarisSparc10-JDS and not reproducible on Win32.
Here is the PIT build:
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_23_may_2005_09_12-b00)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b37, mixed mode)
I have attached a sample test. Execute the test on XToolkit with '-splash:<img>' option. You would see a splash screen. Click on the splash screen and press ALT + SPACE BAR. If you see a menu, then the bug is reproduced.
###@###.### 2005-05-24 09:44:58 GMT
- relates to
-
JDK-6305132 Pressing ALT+SPACE BAR on a splash screen brings up the window menu on Solaris9-CDE
- Open