-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Animation issue on Android 4.1.2. #12187
Comments
Maybe it's attempting to animate a comment node or a non-element node somehow? Is there anyway you could do a |
This issue is reported by our external tester, I will modify angular-animate.js with this logging and create special app version for him. We will hopefully get better info about related node. |
Would you mind testing this out on the latest version of Angular? |
Could you test this out on 1.4.3 or snapshot? We fixed a few issues with the node being deleted during an animation. Perhaps this also fixed this issue. |
ok, we will try v1.4.3, if its fixed... |
Any luck? |
It looks good, no issues reported after two days of testing. But it needs more time to finally confirm that its fixed, because this issue happen time to time. |
Sure thing. |
I got similar exception from tester today:
|
@mdudek we just released 1.4.4 with some nice fixes for ngAnimate. Would you mind testing against that one? |
@matsko we just downloaded 1.4.4, but I found that css animations are completely broken ! I have checked that animations worked in previous 1.4.3. Its really big issue. |
@mdudek I'm sorry to hear that. Can you test against these files: There's a fix in here that will be applied to 1.4.5. |
@matsko Thanks for fix, animations works perfectly with this build. We will test 'WebkitTransitionDelay' related issue against this build. When we could expect stable release of 1.4.5? |
Awesome. Later this week. |
1.4.5 will come out then. |
I'm going to close this issue because we have no reproduction of the issue. Feel free to reopen this issue if you can provide a reproduction (ideally a runnable demo in a Plunker or similar. You can use this Plunker Template). |
Hi,
I'm facing issue regarding angular animations in my Cordova app running on Android 4.1.2. It happen time to time, its hard to reproduce and I don't know what it could be caused by. I have tried both versions of Angular (1.3.16 and 1.4)
Here is stacktrace:
Dont you have and idea what could be wrong with it? Thanks for help.
The text was updated successfully, but these errors were encountered: