-
Bug
-
Resolution: Fixed
-
High
-
5.3.1
-
Severity 2 - Major
-
Issue Summary
Focus moves do not move to the desired element when the user activates the menu button.
Steps to Reproduce
- Navigate to the "Click to add comment" button and activate it.
- Navigate to the "Canned responses" menu button and activate it.
- Observe focus stays on the menu button incorrectly.
Actual Results
When the user activates the "Canned Responses" menu button, the focus does not move to the first option in the menu and stays remains on the menu button. As a result, keyboard-only and screen reader users are not able to reach the desired element.
Expected Results
Ensure that the keyboard focus moves to the first option "Search Responses" input field present in the menu when the user activates the "Canned Responses" menu button using the javascript .focus() method.
Screen Recording
Screen Recording 2023-03-15 at 1.30.47 PM.mov
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available