-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ADA-1593): shift focus to seekbar when playing/pausing media with…
…in small width players (#942) issue: when trying to play/pause a video in a small /extra small /tiny width player using voiceover on mac, the play/pause button disappears after a couple of seconds and the user is unable to pause or play the video again. fix: since play/pause button is not in the bottom bar in these widths, switch the focus on the seekbar, which will enable the play/pause functionality. width <= 480: ![image](https://github.com/user-attachments/assets/cd78eba5-3c87-4d40-af80-7d3418f9648a) width > 480: ![image](https://github.com/user-attachments/assets/fcb7cf84-37a6-493e-9c10-e1694d6cb7c0) --------- Co-authored-by: lianbenjamin <[email protected]>
- Loading branch information
1 parent
bd09056
commit 13b04d3
Showing
2 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters