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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
IsExpanded should be modified on the property directly, and not the value inside it for the isExpanded feature to work properly.