react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

[AutoSizer] Child scroll position updated when resizing sibling element

Open beshur opened this issue 3 years ago • 1 comments

Hello.

I am bulding a chat app, and we have another resizeable container above the chat messages list.

Messages list is DynamicSizeList wrapped in AutoSizer.

So when I resize the top container, the messages list gets scrolled up about 100%.

I can't see what I can do about it.

Please see the screencast video.

Source https://github.com/beshur/tmp-react-scrollable Demo https://eloquent-minsky-40a538.netlify.app/

beshur avatar Jul 05 '21 10:07 beshur