Search Issue Tracker
Fixed in 2022.3.7f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 2023.3.0a1
Votes
0
Found in
2022.2.7f1
2023.1.0b4
2023.2.0a3
2023.3.0a1
Issue ID
UUM-28510
Regression
Yes
The List in the Inspector can't be scrolled to the top using the Mouse Wheel after it was scrolled down
How to reproduce:
1. Open the user-attached project “InspectorScrollBug”
2. Open the “SampleScene” scene
3. Select the “TestList” GameObject in the Hierarchy
4. Scroll down the List of Elements under the “Inspector List Test” Script Component in the Inspector
5. Scroll the List up
6. Observe the results
Expected result: The List is scrolled up
Actual result: The List goes back down instantly
Reproducible with: 2022.2.3f1, 2022.2.7f1, 2023.1.0a26, 2023.1.0b4, 2023.2.0a3
Not reproducible with: 2022.2.2f1, 2023.1.0a25
Couldn’t test with: 2020.3.45f1, 2021.3.19f1 (The scroll is appearing not on the List but in the whole Inspector)
Reproducible on: Windows 11 Pro
Note: Also reproducible with the gesture on the trackpad, but if you are swiping slowly, the scroll acts as expected
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (fix version 2023.3):
Fixed UUM-28510 @guillaume-riendeau:
UI Toolkit: ListView was sometimes stuck when trying to scroll up from the bottom.
Resolution Note (fix version 2023.2):
Fixed UUM-28510 @guillaume-riendeau:
UI Toolkit: ListView was sometimes stuck when trying to scroll up from the bottom.