-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
Linux 32 bit, Lucid Lynx 10.04
-
ec288ed3720ab3fdc41f3c3698fe58fb322ad090
Hello,
please consider the attached example path_test.qml. It features a PathView with key navigation enabled and manual calls to increment/decrementCurrentIndex to handle it.
Please try to scroll to the right (right arrow): the first time you get the expected scrolling direction, the second time the PathView unexpectedly scrolls to the left . If you instead scroll to the left, the scrolling direction of the PathView is always the expected one.
Now please remove one of the ListElements in the ListModel: you will see that now the PathView always scrolls to the right, no matter which key was pressed, left or right.
These glitches disappear when you have more than three items in the PathView.
I think that the scrolling direction should always be consistent with the method called.
Thanks in advance.