This repository was 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.4k
different behavior angular-animate.js angular-animate.min.js (1.2.26) in Firefox 33.0.2 #9936
Milestone
Comments
Saved in jsfiddle: |
can reproduce in Chrome too, not just FF. (or rather, the Chrome behaviour looks broken in more or less the same was as FF36 --- however FF36 is not broken in the same way as described). |
Good things come from patience and hard work: #11469 |
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 31, 2015
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 31, 2015
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Mar 31, 2015
matsko
added a commit
that referenced
this issue
Mar 31, 2015
matsko
added a commit
that referenced
this issue
Mar 31, 2015
This fix touches 1.2, 1.3 and the 1.4 beta. |
netman92
pushed a commit
to netman92/angular.js
that referenced
this issue
Aug 8, 2015
ggershoni
pushed a commit
to ggershoni/angular.js
that referenced
this issue
Sep 29, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use SolydK 64bit with latest Firefox (33.0.2). The following code behaves different when using minified version of angular-animate:
----------- html ------------------
----------- css --------------------
Using the unminified version of angular-animate everything works fine. Using the minified version hiding the
<div>
is animated but showing is not (it just pops out). In Chromium everything works as expected so it could be a Firefox-Bug, but with Angular Version 1.3.1 things are working in Firefox too ... so it should be an issue you can solve in the 'stable' branch by yourself ...The text was updated successfully, but these errors were encountered: