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

[BUG] Scroll out of control in TableVirtuoso on Chrome/Edge/Firefox #911

Closed
eywin opened this issue May 30, 2023 · 2 comments
Closed

[BUG] Scroll out of control in TableVirtuoso on Chrome/Edge/Firefox #911

eywin opened this issue May 30, 2023 · 2 comments

Comments

@eywin
Copy link

eywin commented May 30, 2023

We use TableVitruoso to render a huge grid in our system. We have a lot of columns and around 10000 rows.
A few weeks ago we started noticing a bug where if you scroll down a bit, the grid goes into freefall and scrolls to the bottom.

It only happends if you horizontally scroll the first column out of view.

I've recreated the bug here: https://stackblitz.com/edit/stackblitz-starters-cub9gb?file=src%2FTableComponent.tsx

To trigger the bug:

  • scroll a bit to the right so the entire "first"-column is out of view
  • scroll down

I'm not sure if our way of using the TableVirtuoso component is wrong or if this simply is a bug in the component.

The bug is most porminent in Chrome in my tests (scrolls to the bottom), in Firefox it only partially scrolls out of controll (jumps down a bit then stops). I have not been able to trigger it in Safari. Tested on both Windows and Macos.

The bug is also possible to trigger on the Mui-example in the docs. Just add a few more columns and set width to a small enough size that you can scroll the first column out of view.

Any help would be greatly appreciated!

@petyosi
Copy link
Owner

petyosi commented May 30, 2023

Duplicate: #609

@petyosi petyosi closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2023
@eywin
Copy link
Author

eywin commented May 30, 2023

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants