Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.3.2, 6.4.3, 6.6.3, 6.7.0
-
None
Description
Description:
When resizing ListView in SnapOneItem mode, ListView positioned on wrong item
Steps to reproduce:
1. Run attached example
2. Initial state:
Model: 3 elements
ListView positioned on element with index 1
2. Push the maximize button
Actual result:
ListView positioned on element with index 0
Expected result:
ListView positioned on element with index 1(initial positioned)
Attachments
Issue Links
- relates to
-
QTBUG-44449 Changing the size of the window can cause the currently visible ListView item to change
- Reported
-
QTBUG-43555 ListView's currentIndex changes when view is resized
- Closed
-
QTBUG-60775 When resizing a ListView quickly with SnapToItem set then it can cause the current index to change unnecessarily
- Closed
-
QTBUG-96249 Wrong initial index in RightToLeft Horizontal ListView
- Reported