Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
5.12.0
-
-
52e0d9e23c3f7a1b0faf6649cf3dd825bcfd4f08
Description
Since Qt 5.12, if a widget that accepts drops is not the first widget that is hovered during the drag operation (regardless of the other widgets' acceptDrops property), the drag operation is rejected, although the mime data was successfully received & parsed and event->acceptProposed() was called.
The problem does not occur on Qt 5.11.3. I've attached a minimal working example as well as two videos demonstrating the issue with Qt 5.12 and 5.11.3.
I can reproduce the issue on macOS and Windows, I haven't tested Linux.
Attachments
Issue Links
- duplicates
-
QTBUG-72844 REG->5.12 [Qt] Cannot drag text from QLineEdit and drop onto a widget unless setAcceptDrops is set on the drop site's parent
- Closed