Skip to content
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

Multigrid falls out of sync with 50k+ items when scrollbar is visible #1864

Closed
Nilesh1308 opened this issue Dec 23, 2024 · 0 comments
Closed
Labels

Comments

@Nilesh1308
Copy link

Nilesh1308 commented Dec 23, 2024

When using MultiGrid with a dataset containing more than 45-50k items, the sync functionality breaks. This issue specifically arises when system scrollbars are enabled.

image

Key observations:

The problem is not reproducible for elements near the top or bottom of the dataset.
The issue occurs for elements located in the middle of the grid.
The offset observed is equal to the size of the scrollbar.
I referred to this existing issue, but the problem persists in our case.

Environment:

Browser: Google Chrome
react-virtualized version: 9.21.1

Does anyone else face this issue? If so, do you have a fix, quick workaround, or hack to resolve this problem?

@github-actions github-actions bot added the Stale label Jan 21, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant