Search Issue Tracker
Fixed
Fixed in 2021.3.37f1, 2022.3.22f1, 2023.2.14f1, 2023.3.0b11
Votes
0
Found in
2021.3.27f1
2022.3.1f1
2023.1.0b19
2023.2.0a18
2023.3.0a3
Issue ID
UUM-37800
Regression
No
TreeView Child display toggle styling becomes reversed when clicking and dragging it
Reproduction steps:
1. Open the attached project "IN-35851_mctv_drag_bug.zip"
2. Click MCTVBUG > TEST in the menu bar
3. Drag one element onto another to create a hierarchy
4. Click on the triangle toggle and drag away from the toggle vertically
5. Hover the mouse over the toggle
Expected result: the toggle is gray regardless of hovering
Actual result: the toggle is blue when not hovering over it, and gray when hovering
Reproducible with: 2021.3.27f1, 2022.3.1f1, 2023.1.0b19, 2023.2.0a18
Reproducible on: macOS 13.2.1 (intel), Windows 10 (user's)
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
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
- "EndLayoutGroup" error is thrown when turning on/off UI Toolkit Live Reload in the Inspector with GameObject selected
- Crash on __pthread_kill when opening a specific object
- UI Toolkit Debugger "Pick Element" selection works only after clicking it for the second time
Resolution Note (fix version 2023.3.0b11):
Modify the ListView's toggle focus state to match the IMGUI state.
Resolution Note (fix version 2023.2.14f1):
Modify the ListView's toggle focus state to match the IMGUI state.
Resolution Note (fix version 2022.3.22f1):
Modify the ListView's toggle focus state to match the IMGUI state.
Resolution Note (fix version 2021.3.37f1):
Modify the ListView's toggle focus state to match the IMGUI state.