Search Issue Tracker
Fixed in 2022.3.15f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0a14
Votes
0
Found in
2022.3.9f1
2023.1.10f1
2023.2.0b8
2023.3.0a4
Issue ID
UUM-47980
Regression
No
UI Toolkit + IPointerClickHandler. IPointerClickHandler counts clickCount incorectly.
Steps to reproduce:
1. Open the attached user project "UIToolkitRepro.zip"
2. Open "SampleScene" scene
3. Enter Play mode
4. Click on Knight (item selected)
5. Double Click on Knight (item shown)
6. Start clicking on Wizard really quickly
In most cases:
7. Wizard is not selected and won't be displayed
Expected results: IPointerClickHandler selects the specific instance and BaseVerticalCollectionView takes ID of a correct item
Actual results: IPointerClickHandler selects base object of item in list and not the specific instance and BaseVerticalCollectionView takes ID of incorrect item
Reproducible with: 2022.3.9f1, 2023.1.10f1, 2023.2.0b8, 2023.3.0a4
Could not test on 2021.3.30f1 due to script used for testing no longer working due to missing assemblies
Reproducible on: Windows 10 2H22
Not reproducible on: No other environment tested
Notes:
-See attached "2023-08-30 09-46-42.mkv" of reproduction steps
-Issue is reproducible when trying to quickly click on any other item instead of the currently selected one
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
Add comment