bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.31k stars 3.05k forks source link

React-vertualized Multigrid scroll error? in chrome #1694

Closed Pyosoo closed 1 month ago

Pyosoo commented 3 years ago

Bug Report

Please include either a failing unit test or a simple repro. You can start by forking this Code Sandbox: https://codesandbox.io/s/03qpzq1p9p?module=%2FExample.js

What is the current behavior?

https://bvaughn.github.io/react-virtualized/#/components/MultiGrid scroll right side grid is not working(actually working very slowly) this happen only in chrome. i didnt write anything in code.

What is the expected behavior?

scroll smoothly

Which versions of React and react-virtualized, and which browser / OS are affected by this issue? Did this work in previous versions of react-virtualized?

Browser
OS
React
React DOM
react-virtualized
cr1stimuresan commented 3 years ago

I'm experiencing the same issue with chrome Version 94.0.4606.61 only on windows

fangdu64 commented 3 years ago

Experiencing the same issue also with chrome Version 94.0.4606.61 Vertical scrolling is very slow in below demo in Chrome only. https://bvaughn.github.io/react-virtualized/#/components/MultiGrid

fangdu64 commented 3 years ago

Saw below issues reported in other places: https://discuss.codemirror.net/t/scrolling-is-badly-impacted-by-chrome-94-0-4606-61/3567/7 https://bugs.chromium.org/p/chromium/issues/detail?id=1253766

ralles-liu commented 3 years ago

I am also experiencing this issue on chrome (safari works properly)

Pyosoo commented 2 years ago

the cause of this is chorme version.

LazzyLizzard commented 2 years ago

the cause of this is chorme version.

Any solution or patch/bugfix planned for this case?