JDK-8009203 : [macosx] FileDialog does not work well on Mac with -splash option
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2013-02-28
  • Updated: 2013-12-19
  • Resolved: 2013-12-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Description
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.
Comments
We've reviewed your bulk request (120 bugs) and are OK with deferring them to JDK 9. You can go ahead and update these to: - Set label to 8-defer-approved - FixVersion to 9 Thanks for doing a great job of summarizing the details for the bulk deferral for us! Kind regards, Mathias
19-09-2013

jdk8: SQE ok to defer!
19-09-2013

Defer justification: The issue exists from the jdk7u6 on OS X, so it is not a regression. It is unlikely that the client would notice the problem as it's quite unusual to open the FileChooser immediately after the application loads.
19-08-2013

Reproducible with JDK8 b102.
15-08-2013