Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
QDS 2.1 Beta2
-
None
-
-
QDS 2D- 2021 Week 14/16
Description
Open any .qml file in text edit mode, add transitions: [] block to the root item, but do not fill it. If you will try to open the file after that in design view, application will crash.
Empty states: [] are working fine, but transitions: [] aren't.
For example:
Item { width: 640 height: 480 transitions: [ ] }