Skip to content

[ILM] A11y: Avoid duplications on icon announcement in Edit policy#261324

Merged
SoniaSanzV merged 2 commits intoelastic:mainfrom
SoniaSanzV:a11y/index_lifecycle_policies-select_button_duplication#219053
Apr 10, 2026
Merged

[ILM] A11y: Avoid duplications on icon announcement in Edit policy#261324
SoniaSanzV merged 2 commits intoelastic:mainfrom
SoniaSanzV:a11y/index_lifecycle_policies-select_button_duplication#219053

Conversation

@SoniaSanzV
Copy link
Copy Markdown
Contributor

@SoniaSanzV SoniaSanzV commented Apr 6, 2026

Closes #219053

Summary

  • Fix duplicated NVDA announcements for ILM Edit Policy info icons by disabling tooltip screen reader output (disableScreenReaderOutput) on EuiIconTip when the tooltip content repeats the icon’s accessible label. This keeps the tooltip visually available while preventing redundant spoken output.

Test plan

  • Manual: Win11 + NVDA, verify info icons announce once on focus.

Before/after notes

  • Before: NVDA announced the same tooltip text multiple times on focus for the info icons.
  • After: Tooltip SR output is disabled when it would repeat the icon’s label, so announcements occur once.

Evidence

Screenshot 2026-04-06 at 12 03 29
@SoniaSanzV SoniaSanzV self-assigned this Apr 6, 2026
@SoniaSanzV SoniaSanzV requested a review from a team as a code owner April 6, 2026 10:45
@SoniaSanzV SoniaSanzV added release_note:fix Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// backport:all-open Backport to all branches that could still receive a release labels Apr 6, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
indexLifecycleManagement 150.2KB 150.3KB +58.0B

cc @SoniaSanzV

@SoniaSanzV SoniaSanzV changed the title [ILM] Avoid duplications on icon announcement in Edit policy Apr 7, 2026
Copy link
Copy Markdown
Member

@sabarasaba sabarasaba left a comment

Choose a reason for hiding this comment

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

changes lgtm!

@SoniaSanzV SoniaSanzV merged commit f58d8fc into elastic:main Apr 10, 2026
18 checks passed
@SoniaSanzV SoniaSanzV deleted the a11y/index_lifecycle_policies-select_button_duplication#219053 branch April 10, 2026 07:50
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.19, 9.2, 9.3

https://github.com/elastic/kibana/actions/runs/24232572929

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 10, 2026
…lastic#261324)

Closes elastic#219053
## Summary
- Fix duplicated NVDA announcements for ILM Edit Policy info icons by
disabling tooltip screen reader output (`disableScreenReaderOutput`) on
`EuiIconTip` when the tooltip content repeats the icon’s accessible
label. This keeps the tooltip visually available while preventing
redundant spoken output.
### Test plan
- Manual: Win11 + NVDA, verify info icons announce once on focus.
### Before/after notes
- Before: NVDA announced the same tooltip text multiple times on focus
for the info icons.
- After: Tooltip SR output is disabled when it would repeat the icon’s
label, so announcements occur once.
### Evidence
<img width="793" height="481" alt="Screenshot 2026-04-06 at 12 03 29"
src="https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0"
/>

(cherry picked from commit f58d8fc)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 10, 2026
…lastic#261324)

Closes elastic#219053
## Summary
- Fix duplicated NVDA announcements for ILM Edit Policy info icons by
disabling tooltip screen reader output (`disableScreenReaderOutput`) on
`EuiIconTip` when the tooltip content repeats the icon’s accessible
label. This keeps the tooltip visually available while preventing
redundant spoken output.
### Test plan
- Manual: Win11 + NVDA, verify info icons announce once on focus.
### Before/after notes
- Before: NVDA announced the same tooltip text multiple times on focus
for the info icons.
- After: Tooltip SR output is disabled when it would repeat the icon’s
label, so announcements occur once.
### Evidence
<img width="793" height="481" alt="Screenshot 2026-04-06 at 12 03 29"
src="https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0"
/>

(cherry picked from commit f58d8fc)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 10, 2026
…lastic#261324)

Closes elastic#219053
## Summary
- Fix duplicated NVDA announcements for ILM Edit Policy info icons by
disabling tooltip screen reader output (`disableScreenReaderOutput`) on
`EuiIconTip` when the tooltip content repeats the icon’s accessible
label. This keeps the tooltip visually available while preventing
redundant spoken output.
### Test plan
- Manual: Win11 + NVDA, verify info icons announce once on focus.
### Before/after notes
- Before: NVDA announced the same tooltip text multiple times on focus
for the info icons.
- After: Tooltip SR output is disabled when it would repeat the icon’s
label, so announcements occur once.
### Evidence
<img width="793" height="481" alt="Screenshot 2026-04-06 at 12 03 29"
src="https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0"
/>

(cherry picked from commit f58d8fc)
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 All backports created successfully

Status Branch Result
8.19
9.2
9.3

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Apr 10, 2026
…icy (#261324) (#262442)

# Backport

This will backport the following commits from `main` to `9.3`:
- [[ILM] A11y: Avoid duplications on icon announcement in Edit policy
(#261324)](#261324)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Sonia Sanz
Vivas","email":"sonia.sanzvivas@elastic.co"},"sourceCommit":{"committedDate":"2026-04-10T07:49:56Z","message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Feature:ILM","Team:Kibana
Management","backport:all-open","v9.4.0"],"title":"[ILM] A11y: Avoid
duplications on icon announcement in Edit
policy","number":261324,"url":"https://github.com/elastic/kibana/pull/261324","mergeCommit":{"message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/261324","number":261324,"mergeCommit":{"message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e"}}]}]
BACKPORT-->

Co-authored-by: Sonia Sanz Vivas <sonia.sanzvivas@elastic.co>
kibanamachine added a commit that referenced this pull request Apr 10, 2026
…licy (#261324) (#262437)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[ILM] A11y: Avoid duplications on icon announcement in Edit policy
(#261324)](#261324)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Sonia Sanz
Vivas","email":"sonia.sanzvivas@elastic.co"},"sourceCommit":{"committedDate":"2026-04-10T07:49:56Z","message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Feature:ILM","Team:Kibana
Management","backport:all-open","v9.4.0"],"title":"[ILM] A11y: Avoid
duplications on icon announcement in Edit
policy","number":261324,"url":"https://github.com/elastic/kibana/pull/261324","mergeCommit":{"message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/261324","number":261324,"mergeCommit":{"message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e"}}]}]
BACKPORT-->

Co-authored-by: Sonia Sanz Vivas <sonia.sanzvivas@elastic.co>
kibanamachine added a commit that referenced this pull request Apr 10, 2026
…icy (#261324) (#262439)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[ILM] A11y: Avoid duplications on icon announcement in Edit policy
(#261324)](#261324)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Sonia Sanz
Vivas","email":"sonia.sanzvivas@elastic.co"},"sourceCommit":{"committedDate":"2026-04-10T07:49:56Z","message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Feature:ILM","Team:Kibana
Management","backport:all-open","v9.4.0"],"title":"[ILM] A11y: Avoid
duplications on icon announcement in Edit
policy","number":261324,"url":"https://github.com/elastic/kibana/pull/261324","mergeCommit":{"message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/261324","number":261324,"mergeCommit":{"message":"[ILM]
A11y: Avoid duplications on icon announcement in Edit policy
(#261324)\n\nCloses https://github.com/elastic/kibana/issues/219053\n##
Summary\n- Fix duplicated NVDA announcements for ILM Edit Policy info
icons by\ndisabling tooltip screen reader output
(`disableScreenReaderOutput`) on\n`EuiIconTip` when the tooltip content
repeats the icon’s accessible\nlabel. This keeps the tooltip visually
available while preventing\nredundant spoken output.\n### Test plan\n-
Manual: Win11 + NVDA, verify info icons announce once on focus.\n###
Before/after notes\n- Before: NVDA announced the same tooltip text
multiple times on focus\nfor the info icons.\n- After: Tooltip SR output
is disabled when it would repeat the icon’s\nlabel, so announcements
occur once.\n### Evidence\n<img width=\"793\" height=\"481\"
alt=\"Screenshot 2026-04-06 at 12 03
29\"\nsrc=\"https://github.com/user-attachments/assets/0248a9d0-28bf-488a-b0a6-ecc610ebc1c0\"\n/>","sha":"f58d8fcecd5e2649a8331731ad259aa97f04fd1e"}}]}]
BACKPORT-->

Co-authored-by: Sonia Sanz Vivas <sonia.sanzvivas@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release Feature:ILM release_note:fix Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// v8.19.15 v9.2.9 v9.3.4 v9.4.0

4 participants