Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.12.0
-
None
-
tested on archlinux latest Qt version.
Description
There is a regression on the way of handling bindings with items in a Repeater which are bind to a variable in an ancestor of the Repeater (it is working fine in Qt5.9.6, I don't know for the 5.10 and 5.11).
In the following example, there should be 5 lemons displayed.
But the width isn't updated when the variable it is binded is.
If I create an alias of the variable I use to do the binding on the Repeater (commented lines) it works fine.
Attachments
Issue Links
- duplicates
-
QTBUG-70031 [5.12 QML REG] Can no longer access items named 'column' from inside a Repeater
- Closed