Search Issue Tracker
In Progress
Fix In Review for 2021.3.31f1
Fixed in 2022.3.7f1, 2023.1.7f1, 2023.2.0b3, 2023.3.0a1
Votes
0
Found in
2021.3.28f1
2022.3.5f1
2023.1.4f1
2023.2.0a23
2023.3.0a1
Issue ID
UUM-42450
Regression
No
ListView.itemsChosen is called when quickly single clicking on two separate list entries
Reproduction steps:
1. Open project “ListViewSelection.zip”
2. Open “SampleScene”
3. Enter Play Mode
4. Quickly click on two different entries in the list on the left
Expected result: only the “Selected:” text is updated to the last clicked entry, the “Chosen:” text only changes when quickly double-clicking on a single item
Actual result: both “Selected:” and “Chosen:” text is updated to the last clicked entry
Reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.4f1, 2023.2.0a23
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by the reporter)
Notes:
- Also reproducible in Standalone Player
- Is not reproducible when single clicking on two separate list entries slowly
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-42450 @guillaume-riendeau:
UI Toolkit: ListView's itemsChosen was being called when quickly clicking on two separate items.
Resolution Note (fix version 2023.2.0b3):
Fixed UUM-42450 @guillaume-riendeau:
UI Toolkit: ListView's itemsChosen was being called when quickly clicking on two separate items.