Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.0 Beta 1
-
None
-
-
c0538857358e57c1551f7d10c07a9bb80d848cd7 (qt/qtbase/5.12)
Description
If Qml is run inside QQuickWidget, MouseAreas do not register the first click after a double click.
Use attached example application to reproduce, simple doubleclick on the text and then click -> the final click is not registered.
This regression causes annoyances in Qt 3D Studio, where some UI elements are run inside QQuickWidgets.
Works on other platforms or when using qmlscene for the QML file.
Not noticeable in widget applications since they don't maintain a state by release.
Attachments
Issue Links
- is duplicated by
-
QTBUG-71469 TapHandler doubleTapped incorrectly emitted from the mouse or touchpad
- Closed
-
QTBUG-72219 QToolButton incorrectly appears as "pressed" when double clicked
- Closed
- resulted in
-
QTBUG-71263 Qt QPA/mouse handling: QPA should support native double click events
- Open