Skip to content
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

Asking for grid $elm sizing in a digest loop always triggers refresh, not conditionally as designed. #6565

Merged
merged 1 commit into from
Feb 3, 2018

Conversation

falsyvalues
Copy link
Contributor

We allow elementWidth and elementHeight call only once per 200ms to prevent from perf degradation.
This fixes #6561 and #6499.

…lways triggers `refresh`, not conditionally as designed.

We allow `elementWidth` and `elementHeight` call only once per 200ms to prevent from perf degradation.

Fixes angular-ui#6561 angular-ui#6499.
@mportuga mportuga merged commit 835153c into angular-ui:master Feb 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v4.2.2 Style recalculation in a loop cause grid blinking
2 participants