Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.12.0
-
None
-
Official 5.12.0 packages for macOS and linux64
Description
When using a Column with a repeater and using the column's width to size the items inside the column, the result is item with size (0,0).
When using a common helper property for both Column and delegate width, the problem doesn't occur.
Column { id: column width: 200 Repeater { model: ... Item { width: column.width; ... } } }
If I don't use a repeater and "unfold" the items, the bug does not occur.
This seems to be a regression: It worked fine up until Qt 5.11.3 and is broken in Qt 5.12.0.
Find a minimal test case attached.
Attachments
Issue Links
- duplicates
-
QTBUG-70031 [5.12 QML REG] Can no longer access items named 'column' from inside a Repeater
- Closed