-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 4.20.0
-
Component/s: Accessibility
-
Severity 2 - Major
Issue Summary
Status message is not automatically announced by the screen reader.
Elements:
- The value is invalid
- No matches found and loading indicator
Location:
1. Present in "results per page suggestions" field, left to the "Bulk actions" button and it will present when user leave the empty Combobox
2. Present in "Search objects" field, when user enters one or more characters in the field, if there is no results are available, then the above mentioned elements will display.
Tested URL
Steps to Reproduce
- Step 1
Actual Results
Actual results
Expected Results
Fix Information
RULE :
The reading and navigation order MUST be logical and intuitive.
All focusable elements MUST have a visual focus indicator when in focus.
HOW TO FIX:
Fix this issue by using ONE of the following techniques:
1.If the element should not be visible or focusable, remove the element from the DOM or hide it from all users with CSS such as display:none.
2.If the element is meant to be visible but not interactive, make it visible and remove the focus state.
3.If the element is meant to be visible and interactive, then ensure that it is both focusable and visible to all users.
REFERENCE:
Deque University: https://dequeuniversity.com/class/input-methods2/keyboard-input/tab-order
Deque University: https://dequeuniversity.com/class/input-methods2/keyboard-input/visual-focus-indicator
BACKGROUND:
When an element that is not visible receives keyboard focus, sighted keyboard users and screen reader users may be left wondering if they are missing content or functionality. Every focusable element must have content and be visible. Then sighted keyboard users and screen reader users will know where their focus is and can be certain they are not missing content or functionality.
Screenshot
Screen Recording
screen recording
Workaround
workaround
Bug Ref: 749263
Bulldog Ref: JSMDC-12867
- is blocked by
-
JSMDC-12867 Loading...
- links to