Search Issue Tracker
Fixed in 1.0.0-preview.2
Votes
0
Found in [Package]
0.11.0-preview
Issue ID
1245273
Regression
No
The UI Builder boolean attributes get set to false when saving to UXML file or deselecting the Element
How to reproduce:
1. Create a new project
2. Import the UI Builder from the Package Manager
3. Open the UI Builder window (Window -> UI -> UI Builder)
4. In the UI Builder Hierarchy add two TextField Elements
5. Select the first TextField and in the UI Builder Inspector window mark the Readonly attribute as true
6. Select the second TextField
7. Select the first TextField
Expected result: the Readonly field is set to true
Actual result: the Readonly field is set to false
Reproducible with: 0.5.7-prevew (2019.3.14f1), 0.11.0-preview (2019.3.14f1, 2020.1.0b9, 2020.2.0a11)
Notes:
The same issue occurs:
1. when saving the UXML file after marking the boolean attribute as true
2. with other Elements that have the boolean attributes (Float, Long, Integer)
3. with other boolean attributes (Password, Multiline)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
- Addressables Profiles window UI break when creating a new Variable with a long name
- No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
- Blurry, low quality Active Profile icon used in Addressables Profiles window
- Tree Asset Preview window is not updated after assigning a new Material
Add comment