You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Revert "fix(ADA-3337): Change tabbing order inside player"" (#1201)
Reverts #1200
This fixes https://kaltura.atlassian.net/browse/ADA-3337.
It changes the tabbing order inside the player, moving the Seekbar
between the leftControls and rightControls and the top-bar after the
bottom-bar.
To accomplish this, it is using css property order, that modifies the
visual order of the items.
It is adding a "Skip seekbar" buttons(only for keyboard navigation
users), that are moving the focus out of the seekbar. One before and one
after the seekbar, depending of the direction of entering the seekbar
using keyboard navigation.
Figma file for buttons:
https://www.figma.com/design/8yTuCnuVHLYTFp89w7z05J/%F0%9F%93%BA-Player-v7?node-id=30852-2852&t=EeFHBXo43ipJGgQz-1
0 commit comments