Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.7.0
-
Windows
Description
When user navigates to USB drive in QML FileDialog, the application locks the USB stick so that the Windows' safely eject drive functionality is locked. There is no way to unlock this functionality apart from closing the user's application. User does not need to accept / cancel or open any file in the drive, it is just enough to open the drive to see the files in it when using the FileDialog.
Steps to reproduce:
- Run attached sample with qmlscene
- Press the Open File Dialog button
- Navigate to USB drive
- Press accept or cancel to close the dialog
- Choose Windows safely eject media and try to eject the usb drive that was navigated to before
- EXPECTED: USB drive is safely ejected
- ACTUAL: Error is shown that the USB drive is in use
Attachments
Issue Links
- is duplicated by
-
QTBUG-59851 QFileSystemWatcher does not detect when a USB drive with watched files is removed
- Closed
- relates to
-
QTBUG-55509 Memory leak when using QML FileDialog
- Closed