Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.8.0
-
None
-
Mac OS X
Description
QMimeData returns "/.file/id=xxxxxx.xxxxxxxx" file URL when file is "copied" from the search window (finder). If file is copied from the regular window QMimeData returns correct file URL.
Steps to reproduce this issue.
1) launch application from the attachments (main.cpp)
2) open finder, and search for picture
3) in search window, copy file by pressing (CMD + C)
4) locate test application, focus it and "paste" picture (CMD + V)
Test output:
("text/uri-list", "text/plain", "application/x-qt-image")
URL: QUrl( "file:///.file/id=6571367.2204774/" )
MIME: "regular-expressions-cheat-sheet-v2.png"
Attachments
Issue Links
- relates to
-
QTBUG-40449 OS X Yosemite drag and drop file QUrl in this format: "file:///.file/id=......"
- Closed