Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.9, 5.11, 5.12.0
-
None
Description
The bug occurs when there exists a widget A that hides on click is on top of a widget B that responds to double click, where double clicking on A will trigger a double click on B as well.
The behavior was also observed for various other widgets such as combo box or dialog box. The same behavior was also observed in Qt Creator 4.7.0 when double clicking the cancel button of a dialog box that is directly on top of some text in the editor.
Attached is a QML example that illustrates the problem, where double clicking on RED will result in "RED clicked" and "WHITE double clicked" in the console, instead of "RED clicked" and "WHITE clicked".
Attachments
Issue Links
- duplicates
-
QTBUG-61173 click on other Widget is counted as first click of a double click
- Closed