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(ADA-1451): Close Video Info modal dialog focus management #67

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

Tzipi-kaltura
Copy link
Contributor

@Tzipi-kaltura Tzipi-kaltura commented Nov 12, 2024

Description of the Changes

create function to select the more plugin button from right controls elements.

part of:
kaltura/playkit-js-ui#958
kaltura/playkit-js-info#106

solves ADA-1451

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

@Tzipi-kaltura Tzipi-kaltura merged commit 386aa76 into master Nov 19, 2024
3 checks passed
Tzipi-kaltura added a commit to kaltura/playkit-js-ui that referenced this pull request Jan 14, 2025
Issue:
if user open the info plugin from more plugin, when press enter on x the focus is lost and doesn't move to the more plugin

Root cause:
The previous element is the dropdown info div from the more dropdown and not the the more button

Fix:
Create a reference of more plugin (we set it from the info plugin) and in case the previous element is dropdown item (of the more), move the focus to more plugin.

part of:
kaltura/playkit-js-ui-managers#67
kaltura/playkit-js-info#106

Resolves ADA-1451
Tzipi-kaltura added a commit to kaltura/playkit-js-info that referenced this pull request Jan 14, 2025
Issue:
if user open the info plugin from more plugin, when press enter on x the focus is lost and doesn't move to the more plugin

Fix:
select the more button from upper bar manager and send the reference to withKeyboardA11y wrapper.

part of:
kaltura/playkit-js-ui#958
kaltura/playkit-js-ui-managers#67

solves ADA-1451
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.

2 participants