Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.1, 5.4.1
-
OS X Yosemite Developer Preview 4
-
-
be5cfa960b617fb31a2a1f4ce850c35dcb23fde5
Description
What I expect: file://localhost/Users/steve/Documents/MyFile.txt
What I got : file:///.file/id=6571367.2773272/
Example:
#include <QtGui> #include <QtWidgets> #include <QDebug> class View : public QWidget { Q_OBJECT public: View() { setAcceptDrops(true); } protected: void dragEnterEvent(QDragEnterEvent *event) { qDebug() << event->mimeData()->urls().at(0); } }; int main(int argc, char *argv[]) { QApplication a(argc, argv); View view; view.show(); return a.exec(); } #include "main.moc"
Attachments
Issue Links
- is required for
-
QTBUG-43201 Issues to be fixed before 5.4.1
- Closed
- relates to
-
QTBUG-24379 QMimeData returns "/.file/id=6571367.2204774" file URL when file is "copied" from the search window
- Closed
- replaces
-
QTBUG-43275 Drop events from Finder contain funny URL on OS X 10.10
- Closed
For Gerrit Dashboard: QTBUG-40449 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
102894,3 | Fix OS X file drops from Finder | 3.3 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
103158,6 | QMacPasteboardMimeFileUri: Use file paths instead of file references | 5.4.1 | qt/qtbase | Status: MERGED | +2 | 0 |
103160,1 | QMacPasteboardMimeFileUri: Use file paths instead of file references | 5.4 | qt/qtbase | Status: ABANDONED | 0 | 0 |