1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-23 02:04:34 +02:00
video.js/test/unit/tracks
Gary Katsevman 52c181ddb0
fix: trigger change events on remoteTextTrack when nativeTextTrack is set to true (#6410)
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>
2020-03-12 11:26:09 -04:00
..
audio-track-list.test.js fix: fix audio and video track selection (#5890) 2019-03-25 12:02:33 -04:00
audio-track.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
audio-tracks.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
html-track-element-list.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
html-track-element.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
text-track-controls.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
text-track-cue-list.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
text-track-display.test.js test: run tests via rollup (#5601) 2019-08-30 14:56:41 -04:00
text-track-list-converter.test.js perf: Fix memory leaks in safari, edge, and ie (#5880) 2019-03-22 12:03:52 -04:00
text-track-list.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
text-track-settings.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
text-track.test.js test: run tests via rollup (#5601) 2019-08-30 14:56:41 -04:00
text-tracks.test.js fix: trigger change events on remoteTextTrack when nativeTextTrack is set to true (#6410) 2020-03-12 11:26:09 -04:00
track-baseline.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
track-list.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
track.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
video-track-list.test.js fix: fix audio and video track selection (#5890) 2019-03-25 12:02:33 -04:00
video-track.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00
video-tracks.test.js test: memory leak fixes in tests (#5861) 2019-03-18 15:49:48 -04:00