Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.5, 6.7.0
-
-
ca771d0a0 (dev), 6aa2a1329 (6.8), c8cc0fd38 (6.7), e5a530fca (tqtc/lts-6.5)
Description
When model is changed at runtime currentIndex is defaulting back to 0, ignoring the user assigned value.
Also on explicitly setting currentIndex to some other value "onModelChanged" slot, only the value is updated but view is not updated and still currentIndex is at 0th index. Checked the same in "ListView", it works as expected there, i.e, currentIndex updates in the view also.
Attached example reproduces the issue.
Attachments
Issue Links
- split to
-
QTBUG-127315 Tumbler's currentIndex is not the same as the initial value
- Closed