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

The virtual list is constantly shaking. #1803

Open
october-rain opened this issue Feb 10, 2023 · 2 comments
Open

The virtual list is constantly shaking. #1803

october-rain opened this issue Feb 10, 2023 · 2 comments

Comments

@october-rain
Copy link

Bug Report

What is the current behavior?

The virtual list is constantly shaking.

vitrual.list.shake.mp4

What is the expected behavior?

i think the list should be stable.

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 109.0.5414.119
OS MacOS
React 18.2.0
React DOM 18.2.0
react-virtualized 9.22.3
@october-rain
Copy link
Author

this bug is because of the Inner container of Grid Component, its position property value is 'relative'. And I use List Component which doesn't have containerStyle property like Grid Component as well.

so i think maybe we can offer containerStyle for List or change default position to 'static'.

@ivanauchynnikau
Copy link

Thanks a lot!

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