-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.1
-
None
-
Linux 4.7.1 Built From Source
-
1de4983c86a73913bd2d719ad765726530009979
I have a PathView binded to a XmlListModel. Upon changing the xml query and modifying the currentIndex of the path, the delegates are not always displayed as expected (some are missing).
Steps to repeat:
1) Click on the center delegate (1 Displayed In Box, xml should reload and now display 7 in the center )
2) Click the ">>" button twice (the path should now have 9 in the center box)
3) Click on the "Home" button
You should now see the issue as seen in the included screen shot. If I adjust the highlightMoveDuration at line 7 from 10 to 0 the problem seems to go away in this simple example.