-
-
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
fast scrolling in InfiniteLoader scrolls back to top after data is loaded #595
Comments
+1 |
Ooh, nice bug report. |
Looks like it's not specific to Edit 1: Looks like |
This looks like something introduced by me recently when I added support for the new async This shouldn't matter, since I have to run to an appointment now but the fix for this is simple. I just want to make sure I added at least one regression test first. I'll get it done sometime this morning/afternoon. |
…1 to avoid false positives from null>=0 check. (#595)
Fixed in 2176a5f. Will go out in 9.1.0 shortly. |
Super! Will test it when it's out |
It was released with 9.1.0 yesterday. |
It seems that this is still happening. Using WindowScroller, InfinitedLoader, Autosizer and List |
may I know any workaround on it ? |
@vn425282 @nicolasletoublon I am guessing you guys don't have a skeleton and are just rendering null in |
I am using an
InfiniteLoader
with aTable
and the problem I'm having is the following: when I move the scrollbar to the end quickly (or an index where data is not yet loaded), it scrolls back to the top after data is loaded. This problem can also be observed in the demo example hereThe text was updated successfully, but these errors were encountered: