mirror of
https://github.com/videojs/video.js.git
synced 2024-12-04 10:34:51 +02:00
41bd855e19
* 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. |
||
---|---|---|
.. | ||
tech | ||
tracks | ||
utils | ||
button.test.js | ||
clickable-component.test.js | ||
close-button.test.js | ||
component.test.js | ||
controls.test.js | ||
events.test.js | ||
extend.test.js | ||
media-error.test.js | ||
menu.test.js | ||
modal-dialog.test.js | ||
player.test.js | ||
plugins.test.js | ||
poster.test.js | ||
setup.test.js | ||
test-helpers.js | ||
video.test.js |