Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FEC-10445): voice over unable to play media #556

Merged
merged 2 commits into from
Nov 23, 2020

Conversation

RoyBregman
Copy link
Contributor

Description of the Changes

Because the playkit shell has tabIndex and is focusable but doesn't have roles / aria tags then the screen reader is trying to guess the content upon its children.
Before the change it used to say the "Unable to play media" (not sure actually why)
I added aria label "Video Player" and now the screen reader says - "Video Player Group"

Solves FEC-10445

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@RoyBregman RoyBregman merged commit 4386e29 into master Nov 23, 2020
@RoyBregman RoyBregman deleted the FEC-10445-Voice-over-unable-to-play-media branch November 23, 2020 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants