rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.
https://rintoj.github.io/ngx-virtual-scroller
MIT License
979 stars 295 forks source link

upgrade from 4.0.2 to 4.0.3 cause content totally disappears (calculated height is 0) #481

Open casper5822 opened 3 years ago

casper5822 commented 3 years ago

We have an angular 10 app with a table and we use the vs 4.0.2 and it works fine.

If we update it to 4.0.3 the main content of the table disapper totally. It seems a calculation problem for the correct total padding in the inner div of the virtual-scroller. The height is 0.

coloz commented 3 years ago

the same

casper5822 commented 3 years ago

Any update on this problem?

casper5822 commented 3 years ago

@rintoj @speige, can you help with this problem?