-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.11.0 FF
the QDropEvents return the wrong value for "buttons":
- expected behaviour: state of the buttons after the drop event has been handled
- current behaviour: state of the buttons before the drop event has been handled
the expected behaviour is consistent across macos/win32/xcb.
can be reproduced with this manual test:
https://codereview.qt-project.org/c/qt/qtbase/+/681709
—
from my initial reading of the code, the culprit is that it relies on QGuiApplication::mouseButtons()
- relates to
-
QTBUG-120749 macOS: Mouse Up is not delivered correctly after drag and drop
-
- Closed
-