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
- Editor lags when disabling or enabling Canvas with a lot of UI elements
- “Default state” name in Inspector is not truncated when given longer name for “New State” in Animator window
- Upgrading HDRP Project causes the Cloud Layer to warp when using the Global Volume with the Visual Environment enabled
- The Inspector does not shown SkinnedMeshRenderer Bounds when they are overriden by script
- Compute shader is dispatched with unsupported workgroup size on multiple browsers when building the project for Web with WebGPU Graphics API
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.