JDK-8006420 : [macosx] FileDialog is unusable when a SplashScreen is shown
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u10
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • Submitted: 2013-01-16
  • Updated: 2014-02-19
  • Resolved: 2014-02-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 8
8-poolResolved
Related Reports
Duplicate :  
Description
Originally reported at: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-December/005245.html

The FileDialog won't work properly if it's shown while an AWT SplashScreen is showing. The problem is not related to bundled application, but is reproducible if specifying the -splash: command-line option as well.

See the mailing list thread for a sample app and more details.