Open
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
When you use the scrollWindow property it only renderers the initial items (the ones inside your min and max buffer settings) after that it is just blank spaces.
It also happens at the angular material show case example, it only show the first 21 items. I tried to use the checkViewportSize() method but of no use.
https://material.angular.io/cdk/scrolling/overview
Reproduction
Steps to reproduce:
- It already happens on the virtual scrolling window example.
Expected Behavior
It should render new items as you scroll down the page, eventually rendering all the items.
Actual Behavior
It stops rendering items after the initial ones are rendered.
Environment
- Angular: 14.1.0
- CDK/Material: 14.1.0
- Browser(s): Chrome, Firefox
- Operating System (e.g. Windows, macOS, Ubuntu): Windows, macOS