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:WebCrawlers:ViewCrawler:Manage Domains page]Incorr…
…ect total number of options announced for Policy and Rules combo box (elastic#199745) (elastic#200003) # Backport This will backport the following commits from `main` to `8.x`: - [fix: [Search:WebCrawlers:ViewCrawler:Manage Domains page]Incorrect total number of options announced for Policy and Rules combo box (elastic#199745)](elastic#199745) <!--- 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-11-13T13:42:41Z","message":"fix: [Search:WebCrawlers:ViewCrawler:Manage Domains page]Incorrect total number of options announced for Policy and Rules combo box (elastic#199745)\n\nCloses: elastic#199132\r\n\r\n## Description\r\nVisible total number of options should the same as announced for the\r\nuser as not to confuse them. Especially for the users using assistive\r\ntechnologies.\r\n\r\n## What was changed: \r\n1. value of `hasNoInitialSelection` attribute value has been updated for\r\nthe mentioned cases. This removes the extra selection option from the\r\nDOM and fixes the `a11y` issue.\r\n\r\n## Screen:\r\n\r\n<img width=\"1201\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/6cf3dc6f-8664-44a9-baa8-453764098ad9\">","sha":"e9671937bacfaa911d32de0e8885e7f26425888a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.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:WebCrawlers:ViewCrawler:Manage Domains page]Incorrect total number of options announced for Policy and Rules combo box","number":199745,"url":"https://github.com/elastic/kibana/pull/199745","mergeCommit":{"message":"fix: [Search:WebCrawlers:ViewCrawler:Manage Domains page]Incorrect total number of options announced for Policy and Rules combo box (elastic#199745)\n\nCloses: elastic#199132\r\n\r\n## Description\r\nVisible total number of options should the same as announced for the\r\nuser as not to confuse them. Especially for the users using assistive\r\ntechnologies.\r\n\r\n## What was changed: \r\n1. value of `hasNoInitialSelection` attribute value has been updated for\r\nthe mentioned cases. This removes the extra selection option from the\r\nDOM and fixes the `a11y` issue.\r\n\r\n## Screen:\r\n\r\n<img width=\"1201\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/6cf3dc6f-8664-44a9-baa8-453764098ad9\">","sha":"e9671937bacfaa911d32de0e8885e7f26425888a"}},"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/199745","number":199745,"mergeCommit":{"message":"fix: [Search:WebCrawlers:ViewCrawler:Manage Domains page]Incorrect total number of options announced for Policy and Rules combo box (elastic#199745)\n\nCloses: elastic#199132\r\n\r\n## Description\r\nVisible total number of options should the same as announced for the\r\nuser as not to confuse them. Especially for the users using assistive\r\ntechnologies.\r\n\r\n## What was changed: \r\n1. value of `hasNoInitialSelection` attribute value has been updated for\r\nthe mentioned cases. This removes the extra selection option from the\r\nDOM and fixes the `a11y` issue.\r\n\r\n## Screen:\r\n\r\n<img width=\"1201\" alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/6cf3dc6f-8664-44a9-baa8-453764098ad9\">","sha":"e9671937bacfaa911d32de0e8885e7f26425888a"}}]}] BACKPORT--> Co-authored-by: Alexey Antonov <[email protected]>
- Loading branch information