Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.3.0
-
Fix Version/s: 5.3.1
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:None
-
Environment:Qt 5.3.0 master 63890f78d0bea816ee2de4a9a26311d6c9c1566a
-
Commits:51ffc436cd4ded5838d8dc6569637e4dbb3bf1cf (qtdeclarative)
Description
Run attached QML code example.
Expected result: When timer triggers property when evaluates to true, state "black" is activated.
Actual result: Property when evaluates to false, and the execution results in following errors:
file:///.../state_bug.qml:23:15: Unable to assign bool to [unknown property type] file:///.../state_bug.qml:23:15: Unable to assign QQuickRectangle_QML_0 to [unknown property type]