Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.11.1, 5.12.4, 5.14.1
-
09476c590ab13623130d5ac79045fa68e504be96 (qt/qtquickcontrols2/5.14)
Description
Double click on QML button is emitting two single clicks even onDoubleClicked is defined.
Please refer to the attached sample.
Steps to reproduce:
Double click on "Show Form 2" button
You will observe that handler for onClicked is called and as the button in the new form is at the same position, next click is passed to it.
The expected result is that onDoubleClick handler should be called on double click on button
Attachments
Issue Links
- relates to
-
QTBUG-82146 doubleClicked() not emitted for Button on touch devices
- Closed
- resulted in
-
QTBUG-96888 Not possible to quickly click buttons
- Closed
- mentioned in
-
Page Loading...