Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
4.8.x, 5.8.0, 5.9.0, 5.9.1, 5.10, 5.11, 5.12
-
Windows 10, Qt 5.8.0
-
-
00e8f044e1954ea47f1f0c5c5ff35fff97b732be (qt/qtbase/5.15)
Description
Place two Widgets on top of each other and hide the top one when pressed.
Double clicking these Widgets hides the top one (as expected) and then sends a
mouseDoubleClickEvent to the bottom one instead of a mousePressEvent.
This can also be reproduced using QtQuick and might be related to these:
Attachments
Issue Links
- is duplicated by
-
QTBUG-73813 Falsely double click detected in widget when it is below another widget that disappears on clicked
- Closed
- relates to
-
QTBUG-39332 MouseArea recieve doubleClick instead of click on touch screen
- Reported
-
QTBUG-57603 MouseArea counts click on other MouseArea as first click of the double click
- Reported
-
QTBUG-71263 Qt QPA/mouse handling: QPA should support native double click events
- Open