Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.12.0 Beta 3
-
None
-
Dell XPS 15 9560
Microsoft Windows 10 Pro (Version 10.0.17134 Build 17134)
-
-
c0538857358e57c1551f7d10c07a9bb80d848cd7
Description
With the following code:
Rectangle { id: rectangle implicitWidth: 200 implicitHeight: 200 color: "#FFE082" TapHandler { id: tapHandler onTapped: console.debug("onTapped") onSingleTapped: console.debug("onSingleTapped") onDoubleTapped: console.debug("onDoubleTapped") onLongPressed: console.debug("onLongPressed") onCanceled: console.debug("onCanceled") } }
doubleTapped will be correctly emitted only with touch screen.
With the mouse doubleTapped is emitted after 3 clicks.
It does not work with touchpad (with normal clicks or light touch taps) too.
Attachments
Issue Links
- duplicates
-
QTBUG-70999 [REG 5.11 -> 5.12]/Windows: Mouse click after doubleclick is not registered when running inside QQuickWidget.
- Closed
- is required for
-
QTBUG-71533 Many problems with Input Handlers on the touch screen
- Closed