- 
    Bug 
- 
    Resolution: Unresolved
- 
    P3: Somewhat important 
- 
    None
- 
    5.15.0
- 
    None
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.