Search Issue Tracker
Fixed
Fixed in 2021.3.19f1, 2022.2.7f1, 2023.1.0a25
Votes
0
Found in
2021.3.8f1
2022.1.14f1
2022.2.0b6
2023.1.0a8
Issue ID
UUM-12584
Regression
No
ScrollView keeps scrolling after ScrollTo() method triggers
Reproduction steps:
1. Open the attached project “IN-6304_Test project 1 2.zip”
2. Open “SampleScene”
3. Switch from “Game” to “Simulator” mode in the Game view
4. Enter Play mode
5. Drag the mouse in the red/green area to scroll
6. While the ScrollView is scrolling, click the Button
Expected result: The ScrollView jumps and stops scrolling
Actual result: The ScrollView keeps scrolling after jumping
Reproducible with: 2021.3.8f1, 2022.1.14f1, 2022.2.0b6, 2023.1.0a8
Could not test with: 2020.3.39f1 (Various errors when downgrading/remaking the project)
Reproducible on: macOS 12.4 (Intel)
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
- Sahder errors in Player when "Strict shader variant matching" is enabled and the rendering path is set to "Deferred"
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
Resolution Note (fix version 2023.1.0a25):
Fixed for 2023.1.X: ScrollView keeps scrolling after ScrollTo() method triggers