Fix PathView stealing mouse grab from its child items.
authorAndrew den Exter <andrew.den.exter@jollamobile.com>
Fri, 27 Sep 2013 04:26:48 +0000 (14:26 +1000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 30 Sep 2013 23:50:49 +0000 (01:50 +0200)
commita8b27d974a4ced654a4566b6a9822ed92956a2d2
treee6ac77a3cf040c8a342f0ae8c3098dcae58fcd78
parent23793482e9b187441203fb629b459245c504dfba
Fix PathView stealing mouse grab from its child items.

Apply the improvements that have been applied to Flickables handling of
child items over time to PathView to bring its behavior back in line.

Task-number: QTBUG-33699
Change-Id: I76a412d75c48f9cf2f12f5f6f1aa01ff62d06364
Reviewed-by: Joona Petrell <joona.petrell@jollamobile.com>
Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
src/quick/items/qquickpathview.cpp
tests/auto/quick/qquickpathview/data/nestedmousearea.qml [new file with mode: 0644]
tests/auto/quick/qquickpathview/tst_qquickpathview.cpp