Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.1
2021.2
2022.1
2022.1.0a12
Issue ID
1374041
Regression
No
ReorderableList elements don't keep "isExpanded" property state when changing the order
How to reproduce:
1. Open project "2022.1 Beta Project.zip"
2. Open "ReoderableListBug" Scene (Assets>ReordableListBug>ReoderableListBug)
3. In the Hierarchy window select "Bug" GameObject
4. In the Inspector window change order positions between the 2nd element "isExpanded: True" and the 3rd element "isExpanded: False"
Expected result: The 2nd element is "isExpanded: False" and the 3rd element "isExpanded: True"
Actual result: The 2nd element "isExpanded: True" and the 3rd element is "isExpanded: False"
Reproducible with: 2019.4.31f1, 2020.3.20f1, 2021.1.25f1, 2021.2.0b17, 2022.1.0a12
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
IsExpanded should be modified on the property directly, and not the value inside it for the isExpanded feature to work properly.