Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrowserAnimationsModule 6.X fail on Android 4.4 and Android 5.0 #25563

Closed
jpierront opened this issue Aug 18, 2018 · 4 comments
Closed

BrowserAnimationsModule 6.X fail on Android 4.4 and Android 5.0 #25563

jpierront opened this issue Aug 18, 2018 · 4 comments
Labels
area: animations freq4: critical P2 The issue is important to a large percentage of users, with a workaround regression Indicates than the issue relates to something that worked in a previous version type: bug/fix
Milestone

Comments

@jpierront
Copy link

I'm submitting a...


[x] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
[ ] Other... Please describe:

Current behavior

JS errors occurs on Android 4.4 and 5.0.

  • TypeError: Cannot read property 'trim' of undefined at applyKeyframeAnimation
  • Cannot read property 'split' of undefined at removeKeyframeAnimation

Expected behavior

It should works. (Like with Angular 5.X)

Minimal reproduction of the problem with instructions

Just try to animate something.

What is the motivation / use case for changing the behavior?

It should works on this device type.

Environment


Angular version: 6.1.3


Browser:
- [ ] Chrome (desktop) version XX
- [x] Chrome (Android) version 4.4 / 5.0
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
 
For Tooling issues:
- Node version: 6.4.0
- Platform:  Android

Others:
There is no crash when you use NoopAnimationsModule instead of BrowserAnimationsModule ... but there is no animation ;-)
@e01010100
Copy link

Likely related to issue #24094

@matsko matsko added type: bug/fix freq4: critical regression Indicates than the issue relates to something that worked in a previous version labels Sep 27, 2018
@ngbot ngbot bot modified the milestones: needsTriage, Backlog Sep 27, 2018
@pleinonen
Copy link

I see hundreds of these exceptions weekly in our app in production. In addition to above mentioned Android devices, these old browsers seem to have this problem (in parenthesis number of crashes last 5 days):

  • Chrome 36.0.1985.534 (62)
  • Chrome 42.0.2311.111 (2)
  • Chrome 39.0.2171.93 (11)

@jelbourn jelbourn added the P2 The issue is important to a large percentage of users, with a workaround label Oct 1, 2020
@JoostK
Copy link
Member

JoostK commented Oct 25, 2020

Closing as duplicate of #24094.

@JoostK JoostK closed this as completed Oct 25, 2020
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: animations freq4: critical P2 The issue is important to a large percentage of users, with a workaround regression Indicates than the issue relates to something that worked in a previous version type: bug/fix
Projects
None yet
Development

No branches or pull requests

7 participants