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(popups): Tabindex of block layer is 0 #4324

Merged
merged 1 commit into from
Nov 17, 2021
Merged

fix(popups): Tabindex of block layer is 0 #4324

merged 1 commit into from
Nov 17, 2021

Conversation

GerganaKremenska
Copy link
Member

@GerganaKremenska GerganaKremenska commented Nov 12, 2021

In popups block layer tabindex is set to 1 which breaks accessibility html validators.
To resolve the issue we are setting the tabindex to 0 of the block layer.

FIXES: #3955

@ilhan007 ilhan007 merged commit 0965738 into master Nov 17, 2021
@ilhan007 ilhan007 deleted the popup_block branch November 17, 2021 12:17
ndeshev pushed a commit to ndeshev/ui5-webcomponents that referenced this pull request Dec 13, 2021
…AP#4324)

In popups block layer tabindex is set to 1 which breaks accessibility html validators.
To resolve the issue we are setting the tabindex to 0 of the block layer.

FIXES: SAP#4187
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Axe Issue: Block Layer for Popups has a tabindex=1
4 participants