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-1335): Accessibility- “Close” button within the info video panel. #101

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

Tzipi-kaltura
Copy link
Contributor

@Tzipi-kaltura Tzipi-kaltura commented Jun 30, 2024

Issue:
When adding a elements in the entry description it's added as a link in info plugin but it is not accessible when pressing on tab, the focus always stay on the close button.

Solution:
Adding the links elements to the accessible child element in the popup-keyboard-accessibility.
Since this is added after the x button need to push it to the beginning of the list (otherwise the focus continue to stay on x button)

Change also done in ui repo - #900 checking if we want to push to the beginning or to the end

ADA-1335

Tzipi-kaltura added a commit to kaltura/playkit-js-ui that referenced this pull request Jul 8, 2024
…nel. (#900)

Adding boolean var to check if push to the beginning or to the end. part of - kaltura/playkit-js-info#101

Resolves ADA-1335
@Tzipi-kaltura Tzipi-kaltura merged commit ee2e753 into master Jul 8, 2024
4 checks passed
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