-
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
#2471 breaks in IE9/10 #2480
Comments
Well that sucks... Confirmed, this is the case (and seems to be for IE8 as well). I can test out adding this to the check this afternoon unless you want to test it / submit a PR. |
Go ahead, I can only test this tomorrow (CEST) |
Any news on this issue? The error is appearing in IE11 as well. Apparently, the I could provide a PR if a helping hand is needed. |
@Temaruk Yep, pretty sure this is broken in IE in entirety. I literally just created a local branch to take care of this, but if you'd like to join the highly esteemed society of Video.js contributors you can take it instead :) |
@Temaruk Sorry if you were thinking about taking this one, wanted to get master fixed up sooner rather than later. |
Should be fixed via #2487 |
@mmcc No problem! It was quite late here when I wrote the message! Great news, thank you for your efforts! |
The line in PR #2471 that adds
'type': 'button',
to the properties results in an error indom.createEl
in IE 9 / 10.I'm not really sure why this is, but maybe we need to add
type
also to the check indom.createEl
?The text was updated successfully, but these errors were encountered: