Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.11.2, 5.12.0 Beta 3
-
None
-
12f89fb8dda86c61277e3814912013873b1657e6 (qt/qtdeclarative/5.12.1)
Description
With the following source code:
Rectangle { id: rectangle implicitWidth: 200 implicitHeight: 200 color: tapHandler.pressed ? "red" : "grey" TapHandler { id: tapHandler onCanceled: console.debug("onCanceled") gesturePolicy: TapHandler.DragThreshold } }
you can get the following problems:
- Press rectangle with mouse
- Drag the mouse outside the rectangle
- Release mouse
- Try tap rectangle with finger (touch) now - It does not work, as long as you do not tap earlier with the mouse there
or
- Press rectangle with finger (touch)
- Drag the finger outside the rectangle
- Release finger
- Try tap rectangle with mouse now - It does not work, as long as you do not tap earlier with the finger (touch) there
Attachments
Issue Links
- is duplicated by
-
QTBUG-71970 TapHandler gets stuck with press and move outside of the area
-
- Closed
-
- is required for
-
QTBUG-71533 Many problems with Input Handlers on the touch screen
-
- Closed
-
- relates to
-
QTBUG-71887 When tapping quickly outside of a TapHandler area then it can indicate that a tap was missing without being canceled/released
-
- Closed
-