1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00
video.js/test/unit
Zoltán Tamási 41bd855e19 feat: Refactoring chapters button handling and fixing several issues (#3472)
* Refactored ChaptersButton, broke logic into several methods.
* Fixed the issues in #3447 about in some browsers tracks have an empty cues array instead of null. * Now we always subscribe to load event, and force an update. Also, track changes are handled, so chapters track can now be changed at runtime.
* Fixed the issue in #3447 about chapters menu items are not selectable. Now automatic update of the selected item based on player time works fine.
* Implemented the usage of the chapters track's label attribute as menu title, if it's present. If not, we fall back to the localized "Chapters" title.
* Refined the menu styling, so that vjs-menu-title telement won't get the hover effect, It would confuse users, because they might believe that the title item is a clickable item too.
2016-11-23 13:54:48 -05:00
..
tech revert: perf: Cache currentTime and buffered from Flash (#3705) (#3778) 2016-11-14 16:09:54 -05:00
tracks feat: Refactoring chapters button handling and fixing several issues (#3472) 2016-11-23 13:54:48 -05:00
utils test(dom): fix removeElClass test in Safari 10. (#3768) 2016-11-09 16:06:38 -05: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: Allow to use custom Player class (#3458) 2016-11-23 13:52:54 -05: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 feat: Refactoring chapters button handling and fixing several issues (#3472) 2016-11-23 13:54:48 -05:00
video.test.js test(hooks): fix hooks unit test in ie8 (#3745) 2016-11-04 16:43:27 -04:00