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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment