-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[9.2] Fix violations of the @elastic/eui/tooltip-focusable-anchor ESLint rule (#236721)
#238227
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
Merged
kibanamachine
merged 1 commit into
elastic:9.2
from
kibanamachine:backport/9.2/pr-236721
Oct 9, 2025
Merged
[9.2] Fix violations of the @elastic/eui/tooltip-focusable-anchor ESLint rule (#236721)
#238227
kibanamachine
merged 1 commit into
elastic:9.2
from
kibanamachine:backport/9.2/pr-236721
Oct 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rule (elastic#236721) Closes: elastic#204767 Closes: elastic#221091 **Summary** This PR fixes accessibility violations related to EuiTooltip usage across the codebase. **Details** 1. Ensures that all `EuiTooltip` components are anchored to elements that can receive keyboard focus. 2. Added `tabIndex={0}` to non-interactive elements (e.g., `span`, `EuiText`) used as tooltip anchors so they are keyboard-focusable. **Why** Tooltips anchored to non-focusable elements were not accessible to keyboard users. These changes improve compliance with accessibility guidelines and ensure a better experience for all users. **More context** Fix violations of the `@elastic/eui/tooltip-focusable-anchor` ESLint. See elastic/eui#9051 for more details --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit 7088e5c)
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
Historycc @alexwizp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
This PR is a backport of another PR
ci:project-deploy-observability
Create an Observability project
Team:actionable-obs
Formerly "obs-ux-management", responsible for SLO, o11y alerting, significant events, & synthetics.
Team:Fleet
Team label for Observability Data Collection Fleet team
Team:obs-ux-infra_services - DEPRECATED
DEPRECATED - Use Team:obs-presentation.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.2:@elastic/eui/tooltip-focusable-anchorESLint rule (#236721)Questions ?
Please refer to the Backport tool documentation