-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll stutters/resets when using CellMeasurer with scrollToIndex on a List #803
Comments
#610 should be the same problem |
It actually seems that there are two distinct issues here:
|
Using this for now. Thanks @athorwall
|
This seems to be another issue that was at least partially addressed in version 20.1. This plunker example: https://plnkr.co/edit/UDbO2KKjQ3neDok0EOah?p=preview is a fork of the example mentioned above, but with updated React and RV libraries. It seems to work unless the RV version is 20.0 or less. Are there still cases that are not working with a current version of RV? |
When using
CellMeasurer
andscrollToIndex
at the same time (on aList
), scrolling upward seems to be broken. Explained in more detail here:https://stackoverflow.com/questions/45993421/react-virtualized-scrolltoindex-not-working-with-cellmeasurer
Plunker:
https://plnkr.co/edit/XPF5D88WI9CErhkmrgAy?p=preview
The text was updated successfully, but these errors were encountered: