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

#2471 breaks in IE9/10 #2480

Closed
nickygerritsen opened this issue Aug 14, 2015 · 7 comments
Closed

#2471 breaks in IE9/10 #2480

nickygerritsen opened this issue Aug 14, 2015 · 7 comments

Comments

@nickygerritsen
Copy link
Contributor

The line in PR #2471 that adds 'type': 'button', to the properties results in an error in dom.createEl in IE 9 / 10.

I'm not really sure why this is, but maybe we need to add type also to the check in dom.createEl?

@nickygerritsen nickygerritsen changed the title #2471 breaks in IE9 #2471 breaks in IE9/10 Aug 14, 2015
@mmcc
Copy link
Member

mmcc commented Aug 14, 2015

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.

@nickygerritsen
Copy link
Contributor Author

Go ahead, I can only test this tomorrow (CEST)

@Temaruk
Copy link

Temaruk commented Aug 17, 2015

Any news on this issue?

The error is appearing in IE11 as well. Apparently, the type attribute is read only in IE if directly accessed, setAttribute should be used instead in version >= IE9.

I could provide a PR if a helping hand is needed.

@mmcc
Copy link
Member

mmcc commented Aug 17, 2015

@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 :)

mmcc added a commit to mmcc/video.js that referenced this issue Aug 17, 2015
@mmcc
Copy link
Member

mmcc commented Aug 17, 2015

@Temaruk Sorry if you were thinking about taking this one, wanted to get master fixed up sooner rather than later.

@mmcc
Copy link
Member

mmcc commented Aug 17, 2015

Should be fixed via #2487

@mmcc mmcc closed this as completed Aug 17, 2015
@Temaruk
Copy link

Temaruk commented Aug 18, 2015

@mmcc No problem! It was quite late here when I wrote the message! Great news, thank you for your efforts!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants