1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-06 06:50:51 +02:00
video.js/test/unit/tracks
Alex Barstow 8329e64e6f fix: default subtitles not enabled (#5608)
This is a follow-up to this fix in VHS, after which default in-manifest subtitles were still not being correctly enabled. The reason is because Video.js's text track preselection logic was running before the media groups were set up in VHS.

Text track preselection should happen on `loadedmetadata` instead of `loadstart`. According to the HTML spec, text track data is available on `loadedmetadata`, so we should be waiting until then to make preselection decisions.
2018-11-29 14:03:51 -05:00
..
audio-track-list.test.js refactor: unify all Track and TrackList APIs (#3783) 2017-01-19 15:16:28 -05:00
audio-track.test.js feat: Advanced Class-based Plugins for 6.0 (#3690) 2017-01-18 01:52:23 -05:00
audio-tracks.test.js feat: playerresize event in all cases (#4864) 2018-01-30 13:26:21 -05: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 chore(tests): make tests not print out errors (#4141) 2017-03-02 15:22:59 -05:00
text-track-controls.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -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 fix: default subtitles not enabled (#5608) 2018-11-29 14:03:51 -05:00
text-track-list-converter.test.js refactor: unify all Track and TrackList APIs (#3783) 2017-01-19 15:16:28 -05:00
text-track-list.test.js feat: async change events in TextTrackList with EventTarget#queueTrigger (#5332) 2018-07-25 17:33:30 -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(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
text-tracks.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
track-baseline.js refactor: remove IE8 specific changes (#5041) 2018-03-23 13:25:12 -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 refactor: unify all Track and TrackList APIs (#3783) 2017-01-19 15:16:28 -05:00
video-track-list.test.js refactor: unify all Track and TrackList APIs (#3783) 2017-01-19 15:16:28 -05:00
video-track.test.js fix(vjsstandard): update to 8.0.2 and fixup linting (#5413) 2018-09-28 14:58:15 -04:00
video-tracks.test.js feat: playerresize event in all cases (#4864) 2018-01-30 13:26:21 -05:00