1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-12 11:15:04 +02:00
video.js/test/unit/tracks
claudiah12 ee0637c078
feat(track): make label property mutable and fire a labelchange event when the label is changed (#6928)
Allows the editing of a track's label after its creation. Menu buttons will listen for the labelchange event and update their content accordingly.

This is technically divergent from the spec, which says it's readonly, but it can be useful for Video.js users.

Co-authored-by: Claudia Hinkle <chinkle@chinkle-mn1.linkedin.biz>
2020-11-10 18:11:53 -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(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 feat: trigger languagechange event on a language change (#6891) 2020-11-10 18:09:37 -05:00
text-track-list-converter.test.js fix(text-tracks): set withCredentials on XHR if crossOrigin='use-credentials' (#6588) 2020-04-22 16:39:01 -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 fix(text-tracks): set withCredentials on XHR if crossOrigin='use-credentials' (#6588) 2020-04-22 16:39:01 -04:00
text-tracks.test.js feat: trigger languagechange event on a language change (#6891) 2020-11-10 18:09:37 -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