Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.1
-
None
-
linux/qt 4.7 from git db9bfd3653de23693db67ec5a0534e4d4ac97f7d
-
5405740678314389e6e5477a3ed76819a60aeb37
Description
when moving a listelement (e.g. listmodel.move(1, 0, 1)) the attribute contentY of the gridview (flickable) is changed.
but i think the contentY is equivalent to the old attribute viewportY (correct?) and should not be changed in that case.
see the attached example.