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
Carlos Javier Villaseñor Castillo 3e9e4e8beb
fix: allow captions in devices that use old chrome to be shown (#8826)
## Description
In the specific case of using an old chrome version this minor changes
will allow the captions to be shown.

## Specific Changes proposed
Small fix when using videojs in an old browser that does not support the
css 'inset' property.

## Requirements Checklist
- [x] Feature implemented / Bug fixed
- [ ] If necessary, more likely in a feature request than a bug fix
- [ ] Change has been verified in an actual browser (Chrome, Firefox,
IE)
  - [ ] Unit Tests updated or fixed
  - [ ] Docs/guides updated
- [ ] Example created ([starter template on
JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0))
- [ ] Has no DOM changes which impact accessiblilty or trigger warnings
(e.g. Chrome issues tab)
  - [ ] Has no changes to JSDoc which cause `npm run docs:api` to error
- [ ] Reviewed by Two Core Contributors

---------

Co-authored-by: Walter Seymour <walterseymour15@gmail.com>
Co-authored-by: Gary Katsevman <git@gkatsev.com>
2024-08-26 13:32:20 -06: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 Fix several typos in docs and comments (#8110) 2023-03-22 15:00:01 +01: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(text-track-controls): fix failing test caused by incompatibility between PRs (#7686) 2022-03-21 14:20:18 -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: allow captions in devices that use old chrome to be shown (#8826) 2024-08-26 13:32:20 -06: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-select.test.js fix: Ensure aria-labelledby values in track settings are valid (#8711) 2024-05-06 09:58:47 -07:00
text-track-settings.test.js chore: Remove safe-json-parse (#8790) 2024-08-11 08:21:10 +02:00
text-track.test.js fix: Check for VTTCue (#8370) 2023-07-20 11:38:15 -05:00
text-tracks.test.js Fix several typos in docs and comments (#8110) 2023-03-22 15:00:01 +01: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