Accessibility Issue: Focus going outside the dialog while pressing tabs multiple time #21742
Labels
accessibility
a11y
component: dialog
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
once the Dialog opens and we press tab it's moving to targeted elements but once it's reaching on the last element of the dialog then the focus will go outside the dialog.
in the below image, once the focus comes at the "agree" button and I will press tab then the focus will be lost. in an actual way, it should come to the first element which dialog box is having.
The text was updated successfully, but these errors were encountered: