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 #106

Closed
wants to merge 2 commits into from

Conversation

Tzipi-kaltura
Copy link
Contributor

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

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

Copy link
Contributor

@semarche-kaltura semarche-kaltura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try upgrade cypress version to 13.13.1

Tzipi-kaltura added a commit to kaltura/playkit-js-ui-managers that referenced this pull request Nov 19, 2024
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
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
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