-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(md-select): repaint on scroll (Google Chrome) #7716
Comments
Prevents the drawer content from repainting while scrolling. Relates to angular#7716.
Prevents the menu and select panels from repainting while scrolling. Fixes angular#7716.
Prevents the drawer content from repainting while scrolling. Relates to #7716.
Prevents the menu and select panels from repainting while scrolling. Fixes #7716.
Shouldn't be that done nearly everywhere? For example this behaviour is still present on table, which is not great when there's quite some lines. I know that we can use the pagination but still, feels like it might be faster for tables with 50 or 100 items |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
It should not repaint on scroll
What is the current behavior?
It repaints on scroll
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-vyd5mg
What is the use-case or motivation for changing an existing behavior?
Performance matters.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material 2.0.0-beta.12
The text was updated successfully, but these errors were encountered: