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
- Objects receive a black outline in Ray Traced Screen Space Reflections
- NullReferenceException Occurs When Baking APV with GPU Streaming Enabled
- Scene renders incorrectly when using RenderGraphUtils.AddCopyPass
- [URP] Searchable context menu instantly closes when attempting to open it
- [Multiplayer Center] Hosting Model Doesn't Reset to Recommended When Re-selecting Default Netcode Solution
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.