-
-
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
Rendering problems for Grid with big amount of rows #576
Comments
Hm. I'm unable to reproduce this myself (using Chrome 56.0.2924.87, macOS 10.12.3) on the demo site. I just cranked up the demo to 400,000 rows at 30px height each (12M pixels total). Trackpad "fling" scrolling, scrollbar "drag" scrolling, and arrow-key scrolling all seem fine. Sorry for crappy demo video. Github has a 10MB limit. |
@martinpesout does it flicker if you use the scroll bar to scroll? |
To be clear- the above video I attached shows trackpad flinging, scrollbar dragging, and arrow key scrolling as well. All 3 seem fine to me. |
It only happens at the very top. |
Ah! That's helpful. I see it now. |
I believe I have a fix 😄 |
Sorry for later response. I'm in different timezone 😄 but confirmed. I also had this problem at the top of huge Grids. If I'll move to the middle I cannot reproduce it. I see that fix is here. Thanks a lot. |
Hi, in the past there was a problem with rendering in Grid with 40k+ rows (#524). I've found that there is still some problem with this Grid.
Steps to reproduce:
You can reproduce it on your example https://bvaughn.github.io/react-virtualized/#/components/Grid with 40000 rows.
You will get this problem:
The text was updated successfully, but these errors were encountered: