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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
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.