Flickable containing MultiPointTouchArea is unresponsive following touch.
authorMartin Jones <martin.jones@nokia.com>
Fri, 25 May 2012 03:28:22 +0000 (13:28 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 28 May 2012 03:30:34 +0000 (05:30 +0200)
commit45931aac0cc9e251923453b980d6466028e908eb
treefa4339bf3ffc328b5b1a2bd5a55e9279cd29d878
parent4d9bc3bb6a3b500013a569267dcdbd423ee50ac2
Flickable containing MultiPointTouchArea is unresponsive following touch.

MPTA was releasing the mouse grab when all touches were
released, causing the mouse release event to not be propagated
to its parents, who were then unable to correct their state.
Remove this code and allow the normal event handlers to do their
thing.

This is the same fix as was implemented for PinchArea in
9634dc440269fc03f825a6d18b371d8e612ba9ec

Change-Id: I2715677157f5838e3f81137f64765024cf2f0459
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
src/quick/items/qquickmultipointtoucharea.cpp
tests/auto/quick/qquickmultipointtoucharea/data/inFlickable2.qml [new file with mode: 0644]
tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp