You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above video, you can observe that when I press the Tab key from the MultiSelect component, the focus loses from the ComposedModal. When I checked the active element by logging into the console document.activeElement it appeared as the body element.
I suspect this issue is related to the MultiSelect component because pressing the Tab tab key closes the Menu and it fails to retain its focus again in the parent element like the Esc key press does.
Package
@carbon/react
Browser
Chrome
Operating System
MacOS
Package version
v1.75.0
React version
v17.0.1
Automated testing tool and ruleset
Storybook
Assistive technology
No response
Description
Please refer to the following:
Screen.Recording.2025-02-03.at.3.33.34.PM.mov
In the above video, you can observe that when I press the
Tab
key from theMultiSelect
component, the focus loses from theComposedModal
. When I checked the active element by logging into the consoledocument.activeElement
it appeared as thebody
element.I suspect this issue is related to the
MultiSelect
component because pressing theTab
tab key closes theMenu
and it fails to retain its focus again in the parent element like theEsc
key press does.WCAG 2.1 Violation
No response
Reproduction/example
https://react.carbondesignsystem.com/?path=/story/components-modal--default
Steps to reproduce
Tab
key to select theMultiSelect
controlDown Arrow
to focus on the first elementTab
keyComposedModal
Suggested Severity
Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.
Code of Conduct
The text was updated successfully, but these errors were encountered: