Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt for MCUs 2.5, Qt for MCUs 2.2
Description
If state A has a binding on property X, and state B has a simple value on property X, switching from state A to state B when there is a transition active on property X causes the binding from state A to still be active.
If some of that binding's dependencies then change, the binding will be evaluated and the property will be overwritten with the state A binding event though state B is active.
The attached example QML demonstrates the issue.
Attachments
Issue Links
- relates to
-
QTMCU-162 Rapidly changing the states having animations with transitions crashes the application
- Closed