Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] fix: [Search:AppSearch:Engines:Synonyms page]Button behind Mana…
…ge synonym set dialog modal is announced by screen reader (#202417) (#202871) # Backport This will backport the following commits from `main` to `8.x`: - [fix: [Search:AppSearch:Engines:Synonyms page]Button behind Manage synonym set dialog modal is announced by screen reader (#202417)](#202417) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alexey Antonov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-04T06:18:18Z","message":"fix: [Search:AppSearch:Engines:Synonyms page]Button behind Manage synonym set dialog modal is announced by screen reader (#202417)\n\nCloses: #202272\r\n\r\n## Description\r\nButtons which are behind dialog modals shouldn't be announced for the\r\nuser using assistive technology.\r\n\r\n## Changes Made:\r\n1. The DELETE_VALUE_BUTTON_LABEL translation was updated to include the\r\nrow index in its value.\r\n2. A container with role=\"group\" was created for input values. Now, the\r\ncontainer is focused when the \"Delete row\" item is pressed.\r\n\r\n## Screen\r\n\r\n<img width=\"1135\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/919a547c-f878-430b-b187-1273e698bb61\">","sha":"258754d011d4fcc1be2ebe5834215e019c834949","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Project:Accessibility","release_note:skip","v9.0.0","Team:Search","backport:prev-minor"],"title":"fix: [Search:AppSearch:Engines:Synonyms page]Button behind Manage synonym set dialog modal is announced by screen reader","number":202417,"url":"https://github.com/elastic/kibana/pull/202417","mergeCommit":{"message":"fix: [Search:AppSearch:Engines:Synonyms page]Button behind Manage synonym set dialog modal is announced by screen reader (#202417)\n\nCloses: #202272\r\n\r\n## Description\r\nButtons which are behind dialog modals shouldn't be announced for the\r\nuser using assistive technology.\r\n\r\n## Changes Made:\r\n1. The DELETE_VALUE_BUTTON_LABEL translation was updated to include the\r\nrow index in its value.\r\n2. A container with role=\"group\" was created for input values. Now, the\r\ncontainer is focused when the \"Delete row\" item is pressed.\r\n\r\n## Screen\r\n\r\n<img width=\"1135\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/919a547c-f878-430b-b187-1273e698bb61\">","sha":"258754d011d4fcc1be2ebe5834215e019c834949"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202417","number":202417,"mergeCommit":{"message":"fix: [Search:AppSearch:Engines:Synonyms page]Button behind Manage synonym set dialog modal is announced by screen reader (#202417)\n\nCloses: #202272\r\n\r\n## Description\r\nButtons which are behind dialog modals shouldn't be announced for the\r\nuser using assistive technology.\r\n\r\n## Changes Made:\r\n1. The DELETE_VALUE_BUTTON_LABEL translation was updated to include the\r\nrow index in its value.\r\n2. A container with role=\"group\" was created for input values. Now, the\r\ncontainer is focused when the \"Delete row\" item is pressed.\r\n\r\n## Screen\r\n\r\n<img width=\"1135\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/919a547c-f878-430b-b187-1273e698bb61\">","sha":"258754d011d4fcc1be2ebe5834215e019c834949"}}]}] BACKPORT--> Co-authored-by: Alexey Antonov <[email protected]>
- Loading branch information