1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test/unit/tracks
Isabelle Ingato b76e816044
fix: do not preload default text track if preloadTextTracks is false (#7021)
When preloadTextTracks option is set to false, it still preloads the default text track. This leads to duplicate tracks once the mode changes to showing and the track is loaded a second time. This includes the default text track in the behavior defined by the preloadTextTracks option.

Fixes #7019
2021-03-09 15:07:38 -05: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: prevent dispose error and text track duplicate listeners (#6984) 2021-01-21 17:02:15 -05:00
html-track-element.test.js fix: prevent dispose error and text track duplicate listeners (#6984) 2021-01-21 17:02:15 -05: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 feat: trigger languagechange event on a language change (#6891) 2020-11-10 18:09:37 -05:00
text-track-list-converter.test.js fix: prevent dispose error and text track duplicate listeners (#6984) 2021-01-21 17:02:15 -05: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 fix: do not preload default text track if preloadTextTracks is false (#7021) 2021-03-09 15:07:38 -05:00
text-tracks.test.js fix: prevent dispose error and text track duplicate listeners (#6984) 2021-01-21 17:02:15 -05:00
track-baseline.js feat(track): make label property mutable and fire a labelchange event when the label is changed (#6928) 2020-11-10 18:11:53 -05:00
track-list.test.js feat(track): make label property mutable and fire a labelchange event when the label is changed (#6928) 2020-11-10 18:11:53 -05:00
track.test.js feat(track): make label property mutable and fire a labelchange event when the label is changed (#6928) 2020-11-10 18:11:53 -05: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