This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
ngAnimate not working properly on Firefox 21 (Latest Stable) #3053
Comments
just spent some time on a somewhat hackish fix for that:
reading the computedStyle() duration keys fixes the issue for me. |
@gsklee could you try changing the |
@gsklee I'm super happy that you brought this up because this (if not handled) would've caused a huge issue in 1.2.rc3. |
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Oct 12, 2013
…the browser event Firefox and (sometimes) Opera may not provide a timeStamp value in their event when passed to the event handler. This may cause animations not to close properly. This fix will automatically create a timeStamp value for the event in this situation when missing. Closes angular#3053
Landed as cd216c4 |
jamesdaily
pushed a commit
to jamesdaily/angular.js
that referenced
this issue
Jan 27, 2014
…the browser event Firefox and (sometimes) Opera may not provide a timeStamp value in their event when passed to the event handler. This may cause animations not to close properly. This fix will automatically create a timeStamp value for the event in this situation when missing. Closes angular#3053
jamesdaily
pushed a commit
to jamesdaily/angular.js
that referenced
this issue
Jan 27, 2014
…the browser event Firefox and (sometimes) Opera may not provide a timeStamp value in their event when passed to the event handler. This may cause animations not to close properly. This fix will automatically create a timeStamp value for the event in this situation when missing. Closes angular#3053
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://plnkr.co/edit/wJ9vFV79Th45ZZzaqTdx
If you open it with Firefox, you'll see that the enter animation is constantly not being triggered; on the other hand it is totally working fine on Chrome.
The text was updated successfully, but these errors were encountered: