mirror of
https://github.com/videojs/video.js.git
synced 2025-01-23 11:04:59 +02:00
de1b363470
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.