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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.