vue-loading icon indicating copy to clipboard operation
vue-loading copied to clipboard

"transitionend" not firing if element not displaying (FireFox)

Open dovid opened this issue 8 years ago • 1 comments

Perhaps a bit of an uncommon situation, but does seem to cause an issue in handleHide()

https://bugs.webkit.org/show_bug.cgi?id=51945

dovid avatar Jul 18 '16 10:07 dovid

I have a similar issue in Chrome 52.0.2743.82 m (64-bit), "transitionend" not fire sometimes.

It seems like could solved by use this.loadingBox.style.opacity = 0.01; instead of this.loadingBox.style.opacity = 0;, worked for me.

BlackGlory avatar Aug 06 '16 04:08 BlackGlory