Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2018.4.24f1
2019.4
2020.1
2020.2
Issue ID
1264255
Regression
No
Scroll position of scrollrect within a scrollview jumps when content is expanded and it is pushed against elastic bounds
How to reproduce:
1. Open attached project "ScrollRectRepro.zip" and scene "SampleScene"
2. In Hierarchy window, select "Content" object (Canvas -> Scroll View -> Viewport -> Content)
3. Enter Play mode
4. Do step 5-6 in less than 1 second while NOT releasing the mouse button
5. In Game view, drag the scroll rect downwards its lower elastic bounds
6. Drag the scroll rect upwards to its upper elastic bounds
7. Wait for 1 second and move the rect slightly upwards
8. Observe the rect
Expected result: the rect is moved slightly upwards
Actual result: the rect jumps/offsets fast
Reproducible with: 2018.4.25f1, 2019.4.5f1, 2020.1.0f1, 2020.2.0a18
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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Resolution Note (2020.2.X):
Resolved issue inside users code. When stating a drag we set a local variable m_ContentStartPosition which is then used through out the drag. When the content size changes from the anchorPosition (large size at the top) the startPosition is then incorrect. Updating it based upon the size that was added corrects the issue.