You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2021. It is now read-only.
I use Captionator's renderer (or the cuechange event if available) to receive notifications from a .vtt file and add the contents of the activecue to the DOM. Everything is working in Chrome (cuechange event) and in IE9(Captionator's renderer), but in Firefox I can't get any of them to work.
In Firefox 36 the following Captionator code returns true typeof(document.createElement("video").addTextTrack) === "function"
But Firefox does not support the cuechange event either. So I am kind of stuck here.
Now I know that Firefox does not support the cuechange (https://bugzilla.mozilla.org/show_bug.cgi?id=1033144) and that this is not the place to address this issue. But Captionator seems to think that Firefox doesn't need Captionator at all, which imo is not the case.
(I have not tested this in other Firefox versions)
I use Captionator's renderer (or the cuechange event if available) to receive notifications from a .vtt file and add the contents of the activecue to the DOM. Everything is working in Chrome (cuechange event) and in IE9(Captionator's renderer), but in Firefox I can't get any of them to work.
In Firefox 36 the following Captionator code returns
truetypeof(document.createElement("video").addTextTrack) === "function"But Firefox does not support the
cuechangeevent either. So I am kind of stuck here.Now I know that Firefox does not support the cuechange (https://bugzilla.mozilla.org/show_bug.cgi?id=1033144) and that this is not the place to address this issue. But Captionator seems to think that Firefox doesn't need Captionator at all, which imo is not the case.
(I have not tested this in other Firefox versions)