Details
-
Type:
Bug
-
Status: Open
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.0
-
Fix Version/s: None
-
Component/s: Quick: Dialogs
-
Labels:None
-
Platform/s:
Description
STR:
1. qmlscene drop-file-dialog.qml
2. click "Open File Dialog" button
3. drag&drop a file into "drop here" area
On Windows, DropArea still accepts the drop while modal FileDialog is open.
MouseArea has no such problem.
MessageDialog, which I think is QMessageBox, blocks drag&drop properly.
On Linux (X11 Xfce4), I don't see such problem. Both FileDialog and MessageDialog block drag&drop.