-
Bug
-
Resolution: Duplicate
-
P4
-
7u6
-
Mac OS X 10.6.8, Mac Pro 2 x 3 GHz Quad-Core Intel Xeon, NVIDIA GeForce GTX 285 + NVIDIA GeForce GTX 120, javafx_sdk-2_2_0-beta-b11-macosx-universal-30_may_2012
I know native drag and drop is not currently not supported on Mac OS X, but I found a workaround using a drag-exit-eventhandler in my application. Nevertheless this is not not the problem :) If I try to drag some files which contain umlaute, then I got from "event.getDragboard().getFiles()" files with wrong file paths. Note, this only happens with umlaute. My current workaround is: "new File(new URI("file://" + transferedFile.getAbsolutePath()))".
- duplicates
-
JDK-8118594 Mac: The Dragboard (DragEvent.getDragboard()) contains invalid files when the dragged file path contains spaces or special characters.
-
- Resolved
-
-
JDK-8126225 Mac: DnD needs to handle files with spaces in their names
-
- Closed
-