Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
PC Linux + PC Embedded Linux
-
91cb226780d05f0f7d8fd1875121427ade52c1a8
Description
See attached file first.
This attached file contains two listviews, a top and a bottom list view, the top listview select a parameter to change while the bottom listview list the different values the parameter can take.
Everything works well except when the first item (item with text "0") of the first bottom listview is not displayed because the listview is scrolled down, and pressing the right arrow key, the newly displayed vertical listview display the old elements ("0", "+5", ... and not "Type1", "Type2", "Type3") but only the first 3 elements can be browsed, and also the contents of the current item of the top listview changes correctly.
This behavior was also described in bug QTBUG-11050 and also another behavior.
This QTBUG-11050 bug was fixed because the other behavior explained was solved by adding clip:true
But this behavior still exists.