-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
MacOSX
jdk7 (tested on 7u14)
-
x86
-
os_x
FileDialog does not work properly when -splash option is used to execute the program on Mac OSX env.
To reproduce the bug,
- Save/Compile "FileDialogTest.java" test program attached.
- Run it with -splash option, for example
% java -splash:test.png FileDialogTest.java
- click a folder
Then, FileDialog do not display selected folder list at first access.
(2nd time access looks work fine)
This is a regression from old Mac Java.
To reproduce the bug,
- Save/Compile "FileDialogTest.java" test program attached.
- Run it with -splash option, for example
% java -splash:test.png FileDialogTest.java
- click a folder
Then, FileDialog do not display selected folder list at first access.
(2nd time access looks work fine)
This is a regression from old Mac Java.
- duplicates
-
JDK-8024185 [macosx] Fullscreen button freezes application when started with -splash
-
- Resolved
-
-
JDK-8075086 [macosx] JVM -splash: option invocation creates race condition with awt.FileDialog
-
- Open
-
-
JDK-8013558 FileDialog doesn't refresh properly with -splash option
-
- Closed
-