Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.46f1
2022.3.52f1
6000.0.27f1
6000.1.0a4
Issue ID
UUM-87381
Regression
No
UI Toolkit Samples scroller can't be used with touchpad gesture
How to reproduce:
1. Create a new Unity project
2. Go to Window -> UI Toolkit -> Samples -> Scroller
3. Scroll the sample scrollbar with the touchpad gesture
Expected results: The scrollbar can be used
Actual results: The scrollbar can't be used
Reproducible with: 2021.3.46f1, 2022.3.52f1, 6000.0.27f1, 6000.1.0a4
Reproducible on: Windows 10
Not reproducible on: No other environment tested
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
- [Linux] Input.mouseScrollDelta is inconsistent when limiting framerate
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
Resolution Note:
The sample page shows a set of Scrollers, but not in a ScrollView context, hence the confusion. Scrollers by themselves can only be interacted with direct clicks and drags, like a slider. Only in a ScrollView context can they be scrolled with other input. Thank you for bringing this issue to our attention. We appreciate your input and understanding, and please let us know if you have any other concerns or issues you would like to report in the future.