Resizing items out of the list viewport should not change the viewport
authorAlbert Astals Cid <albert.astals@canonical.com>
Tue, 28 May 2013 08:28:56 +0000 (10:28 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 24 Jul 2013 09:30:40 +0000 (11:30 +0200)
commit3f01f6ff0396148e753066f481b3828522a94514
tree0c1b5223c5d213818c5e1dd6852a913b3278ba89
parent36e4dbf5bf8f84e86133e001158ed72c0712803b
Resizing items out of the list viewport should not change the viewport

Consider the old geometry, not the new one to check if an item
was outside the viewport or not

Change-Id: I108412d560faf86130044f3d091254c07af0c004
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
src/quick/items/qquicklistview.cpp
tests/auto/quick/qquicklistview/data/outsideViewportChangeNotAffectingView.qml [new file with mode: 0644]
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp