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
- Typos in High Definition 3D sample tutorials
- “Handles.Repaint called outside an editor OnGUI" error is thrown in the Console when creating a new Tile Palette from the Tile Palette Overlay in Scene view
- Shader Graph window icon is blurry and low quality when the Shader Graph is created using the Universal 2D template
- “Export HDRP Sky to Image” command error message does not indicate that Game view must be visible
- Adaptive Performance Settings Framerate field doesn't display the "supported without VSync" warning, when the field is collapsed in Build Profiles
Add comment