-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
IE10: Unexpected call to method or property access #4378
Comments
update: |
jetfontanilla
added a commit
to jetfontanilla/video.js
that referenced
this issue
Jun 5, 2017
videojs#4378 fix IE10 issue for disableOthers
jetfontanilla
added a commit
to jetfontanilla/video.js
that referenced
this issue
Jun 5, 2017
videojs#4378 fix IE10 issue for disableOthers
jetfontanilla
added a commit
to jetfontanilla/video.js
that referenced
this issue
Jun 5, 2017
videojs#4378 fix IE10 issue for disableOthers
jetfontanilla
added a commit
to jetfontanilla/video.js
that referenced
this issue
Jun 5, 2017
videojs#4378 fix IE10 issue for disableOthers
jetfontanilla
added a commit
to jetfontanilla/video.js
that referenced
this issue
Jun 5, 2017
…mission denied" issue videojs#4378
6 tasks
created a PR to fix this issue on v6.2 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
JS error on IE10 with HTML5 tech causing entire JS execution to break
Steps to reproduce
multiple videoJS instances on same pagereproducible even with a single player instanceResults
Expected
in this function, list[i] would return an empty Object {} without an id property causing said issue
causes the rest of the JS execution to break when this triggers
any way to disable the disableOthers() function or fix this issue? I'm not using any audioTracks for the videos.
Thanks!
Additional Information
IE10
videojs: 5.16.2
The text was updated successfully, but these errors were encountered: