Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.0 Beta 3
-
None
-
Dell XPS 15 9560
Microsoft Windows 10 Pro (Version 10.0.17134 Build 17134)
-
-
35069301f048eed21a27f89b6495d56c44f2b55d (qt/qtbase/5.12.0)
Description
With the following code:
Rectangle { id: rectangle implicitWidth: 200 implicitHeight: 200 color: "#FFE082" Text { anchors.centerIn: parent text: "Pressed: %1, Time held: %2".arg(tapHandler.pressed).arg(tapHandler.timeHeld) } TapHandler { id: tapHandler onTapped: console.debug("onTapped") onSingleTapped: console.debug("onSingleTapped") onDoubleTapped: console.debug("onDoubleTapped") onLongPressed: console.debug("onLongPressed") onCanceled: console.debug("onCanceled") } }
after 3 light fast taps (without really pressing of the touchpad) signal longPressed will be emitted. TapHandler stays in this state for some time and does not respond to clicks with mouse, touchpad or touch with touch screen
Attachments
Issue Links
- is required for
-
QTBUG-71533 Many problems with Input Handlers on the touch screen
- Closed
For Gerrit Dashboard: QTBUG-71470 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
244156,4 | Windows QPA: Fix incorrect button state reporting for touchpad | 5.12.0 | qt/qtbase | Status: MERGED | +2 | 0 |