angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.34k stars 6.73k forks source link

Virtual dom issue with scrolling back using keyboard #15220

Open hassanasad opened 5 years ago

hassanasad commented 5 years ago

What is the expected behavior?

Pressing Up button when items have been scrolled should keep scrolling up wards

What is the current behavior?

Pressing Up button on keyboard after some items have been scrolled works initially and then stops. Have to click the box again (in demo) to make it work again and again.

What are the steps to reproduce?

https://material.angular.io/cdk/scrolling/overview Use the Virtual DOM demos here. Scroll in the middle of a box, press button UP button. It will stop working after few seconds

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

N/A

hassanasad commented 5 years ago

No update on this?