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

ControlBar fails with SCRIPT87 Invalid Argument on Edge #1587

Closed
davemevans opened this issue Sep 12, 2016 · 0 comments
Closed

ControlBar fails with SCRIPT87 Invalid Argument on Edge #1587

davemevans opened this issue Sep 12, 2016 · 0 comments

Comments

@davemevans
Copy link
Contributor

davemevans commented Sep 12, 2016

When playing http://rdmedia.bbc.co.uk/dash/ondemand/testcard/1/client_manifest-events.mpd, for example, on Edge, an Invalid Argument exception is thrown.

This appears to be because the ControlBar is setting the type attribute on a new <li> element it is creating.

HTMLLIElement.type is obsolete (https://developer.mozilla.org/en/docs/Web/API/HTMLLIElement), but Edge still seems to be doing some input checking. Since type is not one of disc, circle, square etc, it appears to be rejecting the input.

The type attribute is being used to store the mediaType. I would imagine renaming the type attribute would solve the issue.

Predictably, the problem also exists in IE11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant