[BUG] Scroll position is not maintained while scrolling fast (Chrome, iOS)
See original GitHub issueDescribe the bug
At GroupedVirtuoso scroll position is not maintained while scrolling fast and returning to last position at mobile resolution.
Reproduction https://virtuoso.dev/scroll-to-group/
To Reproduce Steps to reproduce the behavior:
- Scroll to any session in the middle group (I suggest starting from the letter m, as seen in the video);
- Scroll up;
- Scroll down
- See the scroll behavior;
Expected behavior A clear and smooth transitions between Groups
Screenshots https://user-images.githubusercontent.com/77992549/179848898-2ae91587-1fa9-459a-a9f7-54f37c4f011e.mov
Desktop (please complete the following information): Versions:
- IOs: 15.5
- Chrome: 103.0.5060.63
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
iOS safari: scrolling is broken inside position: fixed; elements
Example: touch the screen and drag downwards, then back up. The element won't scroll. If you release, wait a few seconds, then try...
Read more >Scrolling Issues on Safari/Chrome iOS - Apple Developer
Hi, I'm having issues with scrolling on iOS (web). I have a web app that when you click on different pill shaped menus...
Read more >Documents in iframe lose scroll position when tabbing focus to ...
I have a large table with input boxes. It is being placed inside a Div with text overflow auto. If a user scrolls...
Read more >Chrome no longer saves scroll position when going back on ...
Chrome 87 and newer dont remember scroll position automatically on a navigate. Its a bug, nobody at google cares since every "proper" web...
Read more >Chrome Browser Bug: Scroll Wheel Randomly Stops Working ...
At first, I thought maybe this was an issue in the way I was using flexbox. But, when I tried to switch from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I reverted to 2.9.2 and removed
increaseViewPortByprops that I was passing in and noticed no more jumping in scroll position.I’m also having some issues in Chrome on iOS that are somewhat related. Inverse scroll is extremely jumpy (scroll position shifts drastically). This is exaggerated with image elements. The issue does not happen in Safari on iOS
Scroll speed does not seem to make a difference.