You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scrolling to the bottom of the list of dynamically sized rows and going back up, the scrolling view gets stuck and jumps back to the bottom around when the last row goes out of view. This does only seem to happen with the vue version though, but can already be reproduced with the documentation's example.
One can "escape" by scrolling up very quickly, but this should not happen, of course.
This sometimes also happens in random places of the list - however only when scrolling up. I've not been able to reproduce this consistently yet though. The root cause seems to be the same.
I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
exception-producer
changed the title
Vue: Scroll reset/jump when going up from the bottom with dynamic height rows
Vue: Scroll reset/jump when going up with dynamic height rows
Feb 11, 2025
Describe the bug
When scrolling to the bottom of the list of dynamically sized rows and going back up, the scrolling view gets stuck and jumps back to the bottom around when the last row goes out of view. This does only seem to happen with the vue version though, but can already be reproduced with the documentation's example.
One can "escape" by scrolling up very quickly, but this should not happen, of course.
This sometimes also happens in random places of the list - however only when scrolling up. I've not been able to reproduce this consistently yet though. The root cause seems to be the same.
Your minimal, reproducible example
https://tanstack.com/virtual/v3/docs/framework/vue/examples/dynamic
Steps to reproduce
Expected behavior
That it scrolls as one would expect
How often does this bug happen?
Every time
Screenshots or Videos
db58462b-f3fd-4a74-99e3-65fad6f9300e.webm
Platform
every
tanstack-virtual version
3.13.0
TypeScript version
No response
Additional context
No response
Terms & Code of Conduct
The text was updated successfully, but these errors were encountered: