-
Bug
-
Resolution: Fixed
-
P3
-
7u6, 8
-
b06
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045678 | 8u25 | Petr Pchelko | P3 | Resolved | Fixed | b01 |
JDK-8043862 | 8u20 | Petr Pchelko | P3 | Resolved | Fixed | b17 |
JDK-8053623 | emb-8u26 | Petr Pchelko | P3 | Resolved | Fixed | b17 |
FULL PRODUCT VERSION :
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b103)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b45, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Mac OS X 10.8.4
A DESCRIPTION OF THE PROBLEM :
The issue can be reproduced by
1. Creating a simple hello world app like
http://docs.oracle.com/javase/tutorial/uiswing/examples/start/HelloWorldSwingProject/src/start/HelloWorldSwing.java
2. Adding the fullscreen button via
com.apple.eawt.FullScreenUtilities.setWindowCanFullScreen(Window, boolean)
Now, when the application is started without -splash, the frame correctly
animates into fullscreen state after clicking the fullscreen button. Doing
the same with -splash specified on the command line renders the application
completely unresponsive. I tried against jdk8 b103.
I think this might be related to
http://bugs.sun.com/view_bug.do?bug_id=8006420
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Do not use the -splash command line option
java version "1.8.0-ea"
Java(TM) SE Runtime Environment (build 1.8.0-ea-b103)
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b45, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Mac OS X 10.8.4
A DESCRIPTION OF THE PROBLEM :
The issue can be reproduced by
1. Creating a simple hello world app like
http://docs.oracle.com/javase/tutorial/uiswing/examples/start/HelloWorldSwingProject/src/start/HelloWorldSwing.java
2. Adding the fullscreen button via
com.apple.eawt.FullScreenUtilities.setWindowCanFullScreen(Window, boolean)
Now, when the application is started without -splash, the frame correctly
animates into fullscreen state after clicking the fullscreen button. Doing
the same with -splash specified on the command line renders the application
completely unresponsive. I tried against jdk8 b103.
I think this might be related to
http://bugs.sun.com/view_bug.do?bug_id=8006420
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
Do not use the -splash command line option
- backported by
-
JDK-8043862 [macosx] Fullscreen button freezes application when started with -splash
-
- Resolved
-
-
JDK-8045678 [macosx] Fullscreen button freezes application when started with -splash
-
- Resolved
-
-
JDK-8053623 [macosx] Fullscreen button freezes application when started with -splash
-
- Resolved
-
- duplicates
-
JDK-8009203 [macosx] FileDialog does not work well on Mac with -splash option
-
- Closed
-
-
JDK-8006420 [macosx] FileDialog is unusable when a SplashScreen is shown
-
- Closed
-