Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.10.0 Beta 1
-
None
-
d7623d79ef4bc9533fced027bf1d173d68b4eba6
Description
If you put a touch-only component inside a Flickable and then try to flick it, with touch, it won't work (Flickable won't move its contentItem at all).
It works if you interact with the Flickable using a mouse device or if you simply call setAcceptedMouseButtons(Qt::LeftButton) in your touch-only component.
This is a regression in 5.10 as it used to work in 5.9.
See the attached test application for details.
I suppose this bug would go under the QTBUG-30840 umbrella.
Attachments
Issue Links
- is duplicated by
-
QTBUG-77613 Impossible to scroll ListView by touch screen if its delegate is Control
- Closed
- relates to
-
QTBUG-73035 TapHandler breaks ListView flicking on a touchscreen
- Closed