Skip to content

Fix animation-name check for old browsers #241

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

Merged
merged 1 commit into from
Oct 18, 2018
Merged

Fix animation-name check for old browsers #241

merged 1 commit into from
Oct 18, 2018

Conversation

nskazki
Copy link
Contributor

@nskazki nskazki commented Sep 13, 2018

According to a bug tracker of a developing app, old browsers like Safari of IOS8 or Chrome of Android5 could return null instead of requested style property. This patch brings additional checks.

Screenshot from our bug tracer:
old-devices

@marcj marcj merged commit da5f446 into marcj:master Oct 18, 2018
@marcj
Copy link
Owner

marcj commented Oct 18, 2018

Thanks!

emannuel pushed a commit to pathable/css-element-queries that referenced this pull request Jun 25, 2019
 - don't explode if an old browser can't provide element, computed style, or style property (marcj#241)
emannuel added a commit to pathable/css-element-queries that referenced this pull request Jun 26, 2019
…-fix

Cherry-pick: don't explode if an old browser can't provide element, computed style, or style property (marcj#241)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants