Search Issue Tracker
Fixed in 2021.3.31f1
Fixed in 2023.2.0a9
Votes
0
Found in
2022.2.8f1
2023.1.0b4
2023.2.0a3
Issue ID
UUM-29242
Regression
Yes
TreeView is reordered incorrectly when reordering items between different nest levels
Reproduction steps:
1. Open the attached project “TreeViewReorderingBug“
2. Open the scene “Assets/Scenes/SampleScene”
3. Enter the Play Mode
4. Drag and drop TreeView item “02” between TreeView items “12” and “13”
Expected result: TreeView item “02” is placed between TreeView items “12“ and “13“
Actual result: The dragged and dropped item is placed above TreeView item “12”
Reproducible with: 2022.2.0a11, 2022.2.8f1, 2023.1.0b4, 2023.2.0a3
Not reproducible with: 2022.2.0a10
Couldn't test with: 2020.3.44f1('TreeView' is inaccessible due to its protection level), 2021.3.17f1('TreeView' is inaccessible due to its protection level)
Reproducible with: Windows 11
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 2021.3.31f1):
Fixed by another internal issue: UUM-3683: UIToolkit treeview reordering does not allow certain operations
Resolution Note (fix version 2023.2.0a9):
Fixed by another internal issue: UUM-3683: UIToolkit treeview reordering does not allow certain operations