Skip to content

Fixed high cpu usage issue in Firefox

I fixed a issue related with #342 (closed), high CPU usage issue in Firefox.

This issue is caused by CSS animation of icon-spinner, because CSS animation supports in Firefox have delayed.

To prevent it, I specify the styledisplay: none into the parent of the icon-spinner element when that is not visible.

I tested in Firefox 30.0 and Firefox Nightly 33.0a1(2014-07-01).

Thanks.

Merge request reports