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
On Share Code view load, focus is sent to the Code input control via autofocus prop. This interferes with the natural focus order of the view content. As a result, the virtual keyboard opens and focus is sent to the 1 key. This may cause confusion or frustration for voice dictation or screen reader users who need to navigate backward to gain context of the current view.
Issue summary
On Share Code view load, focus is sent to the Code
input
control viaautofocus
prop. This interferes with the natural focus order of the view content. As a result, the virtual keyboard opens and focus is sent to the 1 key. This may cause confusion or frustration for voice dictation or screen reader users who need to navigate backward to gain context of the current view.Screenshots
Steps to reproduce
Behavior
Expected
Actual
input
control.Recommendation
Remove the
autofocus
attribute on theinput
control. Allow focus to shift to the header per #12.Specifications
The text was updated successfully, but these errors were encountered: