Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.2
-
None
Description
I created a horizontal list, centered along the window, and set up so that the selected element was centered in the list.
If set currentindex != 0, and at the same time, the ListView size is not explicitly set (by numbers), then centering on this element does not occur at the start of the application. If then change the size of the window, or click somewhere in the list, the problem disappears, current item is centered.
Expected
Observed
MRE: https://gitlab.com/golubevan/minimalqml/-/tree/mre-userlist-not-moving?ref_type=heads
P.S. In my distro, update occurred 6.7.2 -> 6.8.2 and the problem arose with my app. But I just found out that for MRE the problem is reproduced also in 6.7.2, so I continue to examine this.