mirror of
https://github.com/videojs/video.js.git
synced 2024-12-23 02:04:34 +02:00
52c181ddb0
It seems we have never triggered change events on remoteTextTrack when we were using native text tracks. This was a problem for VHS, which exclusively uses text tracks. This makes it so we do trigger the event. Main issue with this change is that it creates a potential for a false positive where a change event was triggered from a non-remote text track but the remoteTextTrack list still received a change event. This issue is mitigated by best practices of looping through the list looking for the modes that you care about. Co-authored-by: Kevin Kipp <kevin.kipp@gmail.com> Co-authored-by: Kyle Boutette <kyleveB@gmail.com> |
||
---|---|---|
.. | ||
audio-track-list.test.js | ||
audio-track.test.js | ||
audio-tracks.test.js | ||
html-track-element-list.test.js | ||
html-track-element.test.js | ||
text-track-controls.test.js | ||
text-track-cue-list.test.js | ||
text-track-display.test.js | ||
text-track-list-converter.test.js | ||
text-track-list.test.js | ||
text-track-settings.test.js | ||
text-track.test.js | ||
text-tracks.test.js | ||
track-baseline.js | ||
track-list.test.js | ||
track.test.js | ||
video-track-list.test.js | ||
video-track.test.js | ||
video-tracks.test.js |