Search Issue Tracker
Fixed
Fixed in 2022.3.7f1, 2023.1.7f1, 2023.2.0b3, 2023.3.0a1
Votes
0
Found in
2022.2.16f1
2022.3.4f1
2023.1.0b9
2023.2.0a8
2023.3.0a1
Issue ID
UUM-35034
Regression
Yes
List item does not get cleared when using backspace
Reproduction steps:
1. Open the attached project “HDRBug”
2. In the project window, open “SampleScene”
3. In the hierarchy select the “Test” GameObject
4. In the inspector window inside “Test (Script)” open the “List” dropdown
5. Select a field in front of any element e.g. “Element 5” (“GameObject (5)”)
6. Press Backspace in an attempt to clear said field
Expected result: GameObject is removed from the field
Actual result: GameObject stays in the field
Reproducible with: 2022.2.0a17, 2022.2.16f1, 2023.1.0b9, 2023.2.0a8
Not reproducible with: 2020.3.47f1, 2021.3.22f1, 2022.2.0a16
Reproducible on: MacOS 12.2.1 (Intel)
Note: The field gets cleared out if you enter Play Mode or select some other object and come back to “Test”
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 Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Resolution Note (fix version 2023.3.0a1):
Fixed UUM-35034 @guillaume-riendeau:
UI Toolkit: ObjectField didn't get cleared when using backspace.
Resolution Note (fix version 2023.2.0b3):
Fixed UUM-35034 @guillaume-riendeau:
UI Toolkit: ObjectField didn't get cleared when using backspace.