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
Above text areas in the forum, there is an accessibility message that says "Press TAB to indent. Press ESC to advance from answer area." However, when I press TAB, it uses its default behavior and switches focus to another element lower on the page. When I press ESC, nothing happens.
Expected behavior
There are 2 Solutions:
Pressing TAB should not use default behavior, and instead insert a tab character into the text area. ESC should be used to switch focus instead. A potential issue with here is that the DOM's undo/redo stack would likely be disrupted.
Alter accessibility message to state actual functionality.
To Reproduce
Steps to reproduce the behavior:
Create or Edit a thread in the discussion forum
See "Press TAB to indent. Press ESC to advance from answer area." above the text area.
Attempt to use TAB or ESC
Observe that result does not match what is intended
Configuration
OS: Windows 11
Browser Chrome and Firefox
Video
In this video, I press TAB several times, then navigate back to the text area and press ESC several times.
Describe the bug
Above text areas in the forum, there is an accessibility message that says "Press TAB to indent. Press ESC to advance from answer area." However, when I press
TAB, it uses its default behavior and switches focus to another element lower on the page. When I pressESC, nothing happens.Expected behavior
There are 2 Solutions:
TABshould not use default behavior, and instead insert a tab character into the text area.ESCshould be used to switch focus instead. A potential issue with here is that the DOM's undo/redo stack would likely be disrupted.To Reproduce
Steps to reproduce the behavior:
TABorESCConfiguration
Video
In this video, I press
TABseveral times, then navigate back to the text area and pressESCseveral times.pressing.tab.then.escape.mp4