Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.3.0
-
None
-
Windows
Description
I want a Behavior to only apply an animation when the user releases the mouse. I enable the behaviors via
enabled: (mouseArea.pressed === false)
But this does not work unless I have some other item evaluate the enabled property of the behavior.
The attached example is a joystick that should animate back to the start point after releasing the mouse. I cannot make this work without the item with id "wtf".
This works as expected without the bogus item on iOS.
Attachments
Issue Links
- relates to
-
QTBUG-58679 Behavior on height in a QML file is ignored
- Closed
-
QTBUG-57420 TVTennis examples show several qml animation bugs
- Reported