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 MSIE 11 fails to play video #611

Conversation

Ross-cz
Copy link
Contributor

@Ross-cz Ross-cz commented Nov 29, 2016

This occurrs when hyphen is contained inside manifest Location/BaseUri element and new MutationObserver(...).observe(...) called before #608

This occurrs when hyphen is contained inside manifest Location/BaseUri element and new MutationObserver(...).observe(...) called before shaka-project#608
@joeyparrish joeyparrish self-assigned this Nov 29, 2016
@joeyparrish
Copy link
Member

This all looks reasonable to me. Thank you for the PR!

Our build bot is in maintenance at the moment, but it should be back up in the next couple hours. I'll test this PR as soon as the build bot is available.

@shaka-bot
Copy link
Collaborator

Testing in progress...

@shaka-bot
Copy link
Collaborator

All tests passed!

@joeyparrish
Copy link
Member

Merging now. Thanks for the PR!

@joeyparrish joeyparrish merged commit 3b7328b into shaka-project:master Nov 29, 2016
@Ross-cz Ross-cz deleted the bug/issue-608-fix-msie11-fails-to-play branch November 30, 2016 09:12
ismena pushed a commit that referenced this pull request Dec 15, 2016
When there is a hypen contained inside manifest Location/BaseUri element and the application uses MutationObserver, IE11 can change the XML DOM of the manifest and break playback.

This changes the way the document is parsed so that it is resilient to these unintended changes.

Related IE bug: https://connect.microsoft.com/IE/feedback/details/1398926/ie11-does-not-parse-cdata-containing-hyphens-correctly

Closes #608
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants