Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6.2, 5.7, 5.8.0 RC, 5.9.0 Beta 1
-
None
Description
easing.type on specific ColorAnimation/PropertyAnimation triggers ununderstandable error : "Property assignment expected" on the easing.type line
To reproduce :
import QtQuick 2.0 import QtQuick.Window 2.0 Window { visible: true width: 640 height: 480 id: root Rectangle { id: outLed width: height height: parent.height / 2 radius: width / 2 color: "darkgray" ColorAnimation on color { id: colorAnimOut from: "Red" to: "darkgray" duration: 250 easing.type: Easing.InOutQuad } } }
Attachments
For Gerrit Dashboard: QTBUG-56600 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
221036,4 | Allow setting values in value type group properties in "on" assignments | 5.11 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
221171,3 | Allow setting values in value type group properties in "on" assignments | 5.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
221175,3 | Allow setting values in value type group properties in "on" assignments | 5.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |