Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.1
-
None
-
55dc72f8cf47c6b32c1f172f4dffcd5a3bc743e6
Description
If you modify a Repeater's model property from 1 to 2 (the count variant) and so forth, the items are not in their correct stacking order when they are completed.
The stacking order is not correct until the call to setModel has been completed.
If you run the following example you will see (from the console output) that the "yellow" rectangles are sometimes stacked on top of the blue rectangle, that is supposed to be on top.
I would expect that the stacking order should be in a consistent state when the items are completed.
This prevents us from fixing issues such as QTBUG-45152
Attachments
Issue Links
- is required for
-
QTBUG-45152 Repeater in a RowLayout arranges children incorrectly when model changes.
- Closed