-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Performance issue: md-dialog-content on desktop #6878
Comments
Fixes the `<md-dialog-content>` element being repainted on scroll. Fixes angular#6878.
Fixes the `<md-dialog-content>` element being repainted on scroll. Fixes angular#6878.
Fixes the `<md-dialog-content>` element being repainted on scroll. Fixes angular#6878.
Fixes the `<md-dialog-content>` element being repainted on scroll. Fixes angular#6878.
@crisbeto Why not use |
Fixes the `<md-dialog-content>` element being repainted on scroll. Fixes #6878.
Because |
…ar#6890) Fixes the `<md-dialog-content>` element being repainted on scroll. Fixes angular#6878.
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:
Proposal
What is the expected behavior?
md-dialog-content should be optimized and should not repaint on scroll
What is the current behavior?
md-dialog-content is not optimized and repaint on scroll
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Angular Material has several performance issues which I think should be addressed.
The web is already slow, no need to make it any slower.
Consider using
will-change: transform;
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/material: ^2.0.0-beta.10
Chrome 61
The text was updated successfully, but these errors were encountered: