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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Resolution Note:
IsExpanded should be modified on the property directly, and not the value inside it for the isExpanded feature to work properly.