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

Catch errors on IE with no media support #3320

Closed
wants to merge 2 commits into from

Conversation

mister-ben
Copy link
Contributor

Description

Prevents an error on versions of IE with no media player when testing volume or playback rate support.
Fixes #3315

Specific Changes proposed

Try/catches in canControlVolume() and canControlPlaybackRate(). Tested on Server 2012 with IE 11.

Requirements Checklist

  • Bug fixed
  • Reviewed by Two Core Contributors

@hartman
Copy link
Contributor

hartman commented May 13, 2016

Maybe there should be a comment documenting why the try/catch is there ?

@gkatsev
Copy link
Member

gkatsev commented May 13, 2016

LGTM. I can land this in as a patch, if necessary.

@gkatsev gkatsev added confirmed patch This PR can be added to a patch release. labels May 13, 2016
@gkatsev
Copy link
Member

gkatsev commented Jun 28, 2016

Merge to stable. Will be closed when released and merged to master.

@gkatsev gkatsev closed this in 9de215f Jun 28, 2016
@mister-ben mister-ben deleted the hotfix/ienomedia branch August 10, 2016 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed patch This PR can be added to a patch release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Javascript errors when no Windows Media Player available
3 participants