summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable/data/nestedStopAtBounds.qml
Commit message (Collapse)AuthorAgeFilesLines
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-0/+38
If the boundBehavior prevents the flickable from moving its content item in response to a drag it shouldn't grab the mouse as that will prevent a parent MouseArea or Flickable from handling the drag. Task-number: 29718 Change-Id: Ief82ef7b898ea2581fd0b7e52548f451d887e2f1 Reviewed-by: Alan Alpert <aalpert@rim.com>