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

TextTrackList doesn't work in IE8 with minified version. #3070

Closed
steplerbox opened this issue Feb 3, 2016 · 2 comments
Closed

TextTrackList doesn't work in IE8 with minified version. #3070

steplerbox opened this issue Feb 3, 2016 · 2 comments
Assignees

Comments

@steplerbox
Copy link

TextTrackList constructor: https://github.com/videojs/video.js/blob/master/src/js/tracks/text-track-list.js#L22
In bundled version constructor function is turning from function expression to named function expression:
var TextTrackList = function TextTrackList(tracks)
And In minified version it's getting different name:
n = function p(a) {
In IE8 p.prototype is not n.prototype, so IE8 hook does not work properly.

@gkatsev
Copy link
Member

gkatsev commented Feb 3, 2016

nooooooo

Also, could possibly be related to #3064.

@gkatsev gkatsev self-assigned this Feb 11, 2016
gkatsev added a commit to gkatsev/video.js that referenced this issue Feb 11, 2016
@gkatsev
Copy link
Member

gkatsev commented Feb 11, 2016

Closed by a2f5430

@gkatsev gkatsev closed this as completed Feb 11, 2016
@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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants