-
Bug
-
Resolution: Not an Issue
-
P3
-
7u6
To reproduce:
- unzip the attached NB project (TestFileChooser.zip)
- setup FX JAR and *choose JDK7 platform* (create one if needed)
- run
-> a sample app shows up (see TestFileChooser.png)
- click on Choose File button
-> a FileChooser window pops up
- choose the "Vacances à Sydney.txt" file near TestFileChooser.java
-> File.getAbsolutePath() and File.toURI() are displayed and look correct
-> however File.exists() returns false
-> see TestFileChooser2.png
With MacOS + JDK6, the issue does not occur.
- unzip the attached NB project (TestFileChooser.zip)
- setup FX JAR and *choose JDK7 platform* (create one if needed)
- run
-> a sample app shows up (see TestFileChooser.png)
- click on Choose File button
-> a FileChooser window pops up
- choose the "Vacances à Sydney.txt" file near TestFileChooser.java
-> File.getAbsolutePath() and File.toURI() are displayed and look correct
-> however File.exists() returns false
-> see TestFileChooser2.png
With MacOS + JDK6, the issue does not occur.
- duplicates
-
JDK-8122499 On Mac, importing files whose path names contain special characters - such as 'à' will not work.
- Resolved
- relates to
-
JDK-8093678 Mac: FileChooser sometimes crashes the JVM on Mac OS X 10.8
- Closed
-
JDK-8127676 Mac: FileChooser doesn't take into account the InitialDirectory
- Closed
-
JDK-8118594 Mac: The Dragboard (DragEvent.getDragboard()) contains invalid files when the dragged file path contains spaces or special characters.
- Resolved