Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.13] fix: [Rules > Shared exception lists][AXE-CORE]: Interactiv…
…e controls must not be nested (#178023) (#178754) # Backport This will backport the following commits from `main` to `8.13`: - [fix: [Rules > Shared exception lists][AXE-CORE]: Interactive controls must not be nested (#178023)](#178023) <!--- 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-03-14T16:02:50Z","message":"fix: [Rules > Shared exception lists][AXE-CORE]: Interactive controls must not be nested (#178023)\n\nCloses: https://github.com/elastic/security-team/issues/8611\r\n\r\n## Description\r\n\r\nThe [axe browser plugin](https://deque.com/axe) is reporting a nested\r\nbutton (interactive control)in the shared exception list accordion(s).\r\nThe accordion has a button to open/close and a link to the list detail\r\nview. Screenshot attached below.\r\n\r\n### Steps to recreate\r\n\r\n1. Open the Security Dashboards, then click Rules > Shared Exception\r\nLists\r\n2. Run an axe browser scan in Chrome, Edge, or Firefox\r\n3. Verify the nested control error\r\n\r\n### What was done? \r\n\r\n1. Solution proposed by EUI team was applied. See\r\nhttps://github.com/elastic/eui/issues/7545\r\n2. The component `ExceptionsListCard` has been slightly changed to make\r\nit more responsive.\r\n Before: \r\n\r\n After: \r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/20072247/dd6c6681-980c-40ed-98cf-29a71f896bc2\r\n\r\n\r\n\r\n\r\n### Screen\r\n\r\n#### AXE Report \r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/20072247/43313005-b7ec-49d1-9eed-30bfacbb5ecc)","sha":"b90e215d9b4a1462c8cb3be692bcc44edda1e6b8","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections and Resp","Team: SecuritySolution","Feature:Rule Exceptions","Team:Detection Engine","v8.13.0","v8.14.0"],"title":"fix: [Rules > Shared exception lists][AXE-CORE]: Interactive controls must not be nested","number":178023,"url":"https://github.com/elastic/kibana/pull/178023","mergeCommit":{"message":"fix: [Rules > Shared exception lists][AXE-CORE]: Interactive controls must not be nested (#178023)\n\nCloses: https://github.com/elastic/security-team/issues/8611\r\n\r\n## Description\r\n\r\nThe [axe browser plugin](https://deque.com/axe) is reporting a nested\r\nbutton (interactive control)in the shared exception list accordion(s).\r\nThe accordion has a button to open/close and a link to the list detail\r\nview. Screenshot attached below.\r\n\r\n### Steps to recreate\r\n\r\n1. Open the Security Dashboards, then click Rules > Shared Exception\r\nLists\r\n2. Run an axe browser scan in Chrome, Edge, or Firefox\r\n3. Verify the nested control error\r\n\r\n### What was done? \r\n\r\n1. Solution proposed by EUI team was applied. See\r\nhttps://github.com/elastic/eui/issues/7545\r\n2. The component `ExceptionsListCard` has been slightly changed to make\r\nit more responsive.\r\n Before: \r\n\r\n After: \r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/20072247/dd6c6681-980c-40ed-98cf-29a71f896bc2\r\n\r\n\r\n\r\n\r\n### Screen\r\n\r\n#### AXE Report \r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/20072247/43313005-b7ec-49d1-9eed-30bfacbb5ecc)","sha":"b90e215d9b4a1462c8cb3be692bcc44edda1e6b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178023","number":178023,"mergeCommit":{"message":"fix: [Rules > Shared exception lists][AXE-CORE]: Interactive controls must not be nested (#178023)\n\nCloses: https://github.com/elastic/security-team/issues/8611\r\n\r\n## Description\r\n\r\nThe [axe browser plugin](https://deque.com/axe) is reporting a nested\r\nbutton (interactive control)in the shared exception list accordion(s).\r\nThe accordion has a button to open/close and a link to the list detail\r\nview. Screenshot attached below.\r\n\r\n### Steps to recreate\r\n\r\n1. Open the Security Dashboards, then click Rules > Shared Exception\r\nLists\r\n2. Run an axe browser scan in Chrome, Edge, or Firefox\r\n3. Verify the nested control error\r\n\r\n### What was done? \r\n\r\n1. Solution proposed by EUI team was applied. See\r\nhttps://github.com/elastic/eui/issues/7545\r\n2. The component `ExceptionsListCard` has been slightly changed to make\r\nit more responsive.\r\n Before: \r\n\r\n After: \r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/20072247/dd6c6681-980c-40ed-98cf-29a71f896bc2\r\n\r\n\r\n\r\n\r\n### Screen\r\n\r\n#### AXE Report \r\n\r\n\r\n![image](https://github.com/elastic/kibana/assets/20072247/43313005-b7ec-49d1-9eed-30bfacbb5ecc)","sha":"b90e215d9b4a1462c8cb3be692bcc44edda1e6b8"}}]}] BACKPORT--> Co-authored-by: Alexey Antonov <[email protected]>
- Loading branch information