-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
4.8.2, 4.8.3
-
None
-
Mac OS X, Linux Ubuntu, Windows7
Moving an item from the beginning to the end or form the end to the beginning messes up QML ListView. After the move has occurred the ListView reports the indexAt incorrectly. With the attached QML example select and drag the top element to the bottom element. Then click on the new top element. Look at the console output and the current_selected will be reported as -1. Clicking on the second element in the list will print that it is the 0 index and clicking below the last element will print index 4 (should be -1 of course), which is incorrect.