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

fix cues for IE and Edge #2536

Conversation

squarebracket
Copy link
Contributor

Using for (item in Object) is a bad idea in Microsoft browsers, as it'll pick up extraneous object properties. This causes some cues to be dropped, as it tries to create a new Cue from a function, which of course fails.

Corrected to C-style for loop.

You can test this by removing the call to attachTTMLRenderingDiv in the reference player.

@epiclabsDASH epiclabsDASH added this to the 2.6.8 milestone Apr 19, 2018
@epiclabsDASH epiclabsDASH merged commit 1301cd2 into Dash-Industry-Forum:development Apr 19, 2018
@squarebracket squarebracket deleted the fix/ie-edge-caption-fix branch April 19, 2018 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants