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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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