You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
an animation for svg element in md-select is constantly running, I am not sure if this is the best way to do it, it slows my app and many e2e tests are failing
The loader in `md-select` is being shown/hidden via the `$$loadingAsyncDone` property. Initially it is `undefined`, which causes the loader to continue rendering in the background, until the user opens and closes the select.
Fixesangular#8379.
an animation for svg element in md-select is constantly running, I am not sure if this is the best way to do it, it slows my app and many e2e tests are failing
http://codepen.io/anon/pen/bpzaYQ?editors=1010
so if locate "md-progress-circular > svh > path" element you can see that path description is constantly changing,
it only happens when md-on-open is used
here is the patch I applied to my app, it hides the issue by removing that element
https://gist.github.com/demsey2/c5e13ec09aabf8ede39c52b8987d71e6
Angular Version: 1.5.5
Angular Material Version: 11.0.-rc4
Browser Type: Chrome
Browser Version: 50
OS: Win
The text was updated successfully, but these errors were encountered: