Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.2, 6.6.0 Beta2
-
None
-
20f608651 (dev), 61333a892 (6.6), 0b942a8d8 (6.5)
Description
Using pragma ComponentBehavior: Bound for some reason breaks the model reset/ListView layout. After a reset, the ListView does not show any items and does not request any model data apart from count.
This does not happen:
- when removing the pragma
- when the section property is not used
I could not reproduce the problem using ListModel oder basic JavaScript array models, only with a QAbstractItemModel.