[VirtualizedList] Resize listener not properly working if dimensions decrease #923
Labels
🐞 bug
Something isn't working
💻 client
Issue is related to the client
↘ Priority: Low
❓ Still an issue?
Maybe an other contribution has also fixed this one.
If the webpage is made smaller (in height or width) the
ResizeObserver
on the list's rootdiv
is not fired properly (ie at all). This leaves to more and unnecessary scrollbars on the page.✔️ Expected behaviour
Making the window smaller should result in the VirtualizedList's size being properly adapted.
⚡ Actual behaviour
Making the window smaller does not change the size of the VirtualizedList.
🕹️ Steps to reproduce
VirutalizedList
.VirtualizedList
was not properly adjusted.The text was updated successfully, but these errors were encountered: