Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
01cd0bdf7e08f537b1e9b46e70653761145f8720
Description
This applies to all QML elements that handle mouse events (e.g. Flickable, MouseArea, ListView etc).
Trying to tap/long-press an item in e.g. a Flickable easily cause the view to unintentionally wiggle.
To avoid this, a small movement threshold (e.g. 10-20px, perhaps depending on physical screen size?)
needs to be added (no position changed events should be generated before exceeding the movement
threshold).