1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test/unit
mister-ben de1b363470 feat(clickable-component): Disable interaction with disabled clickable components (#3525)
enable() and disable() on clickable components is only cosmetic. "Disabled" implies the control should not be functional.

* Remove event listeners on disable() and add back on enable().
* Move adding listeners from constructor to enable
* Remove tabindex from disabled components and add disabled attribute to disabled buttons to prevent keyboard access.
2016-11-03 15:43:15 -04:00
..
tech fix: Suppress Infinity duration on Android Chrome before playback (#3476) 2016-11-03 15:39:09 -04:00
tracks @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
utils @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
button.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
clickable-component.test.js feat(clickable-component): Disable interaction with disabled clickable components (#3525) 2016-11-03 15:43:15 -04:00
close-button.test.js @pagarwal123 updated some test code to pass linter 2016-08-05 11:38:08 -04:00
component.test.js feat: Components are now accessible via camelCase and UpperCamelCase (#3439) 2016-11-03 15:40:35 -04:00
controls.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
events.test.js Merge branch 'stable' 2016-08-25 19:34:07 -04:00
extend.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
media-error.test.js @misteroneill fixed IE8 media error test failure. closes #3568 2016-08-24 13:48:39 -04:00
menu.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
modal-dialog.test.js @pagarwal123 updated some test code to pass linter 2016-08-05 11:38:08 -04:00
player.test.js feat(fluid): use default aspect ratio for fluid players if width unknown (#3614) 2016-11-03 15:37:30 -04:00
plugins.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
poster.test.js @misteroneill updated tests to qunit 2.0. closes #3509 2016-08-12 13:51:31 -04:00
setup.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00
test-helpers.js @BrandonOCasey updates tests to pass linter 2016-08-05 11:37:12 -04:00
video.test.js @rlchung fixed tests that weren't disposing players when they finished. closes 3524 2016-08-25 10:58:42 -04:00