Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.0
-
None
-
3469fe05e4b04567598202fecc16c1decfb3ab63
Description
To reproduce, use the following code snippet:
Grid { y: 20 id: foo columns: 0 spacing: 5 Repeater { model:1 Text { text: "i am " + index; } } }
For a more sensible use case, columns could be set to a binding that depends on the width available for the item. If it evaluates to zero, crashes will happen.