-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.9.6, 5.11.2, 5.12.0, 5.12.1
When using a QQmlPropertyMap as the contextObject of a QQmlExpression's context, you can't access properties from its ancestor contexts.
The behavior slightly changed since 5.12 (now you can't do console.log anymore) but not for the best.
Attached is a small self contained example.