kaltura / mwEmbed

Kaltura's Cross Platform Video Player ToolKit
http://player.kaltura.com
GNU Affero General Public License v3.0
210 stars 135 forks source link

fix(FEC-12897): Focus hidden element on page #4306

Closed Tzipi-kaltura closed 1 year ago

Tzipi-kaltura commented 1 year ago

the issue: the playHead button has tabindex=0 and so when move with tab on the player button, after moving all the buttons the tab is focused on the playHead button, although there are no abilities for the focus mode.

the solution: remove the tabindex attribute.