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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.