-
Bug
-
Resolution: Fixed
-
Minor
-
4.2, 4.4
-
MOODLE_402_STABLE, MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-78885-main -
-
3
-
Team Alpha - Sprint 1 I3-2023, Team Alpha - Sprint 2 I3-2023, Team Alpha - Planning I4-2023, Team Alpha - Sprint 1 I4-2023, Team Alpha - Sprint 3 I4-2023, Team Alpha - Planning I1-2024, Team Alpha - Sprint 1 I1-2024
There are some accessibility issues on the grader report page.
- When we have some collapsed columns on the grader report, it's not possible to navigate from the search columns field using Tab. But if we type anything in the search field, then we can.
- Refer to screenshot-1: The "Email address" and "Mobile phone" labels are not associated with the checkboxes next to them. They're orphaned labels.
- Refer to screenshot-1: Pressing the Tab when the 'Close' button is focused leads to the modal being closed. We should go back to the search element.
- There's also an issue with the "Search users" input. Steps to replicate:
- Click on the "Search users" box.
- Type a character
- Press the Tab multiple times until you leave the modal
- The little "x" button inside the search box disappears
- The next time you click on the "Search users" box, you can't go to "View all results" inside the popover using tab
Extra items from Shamim,
- Role & other associated aria data missing from input element for the user dropdown
- FocusLockManager should be used as tabbing from inside the dropdowns with the dialog role should not exit the dropdown and loop elements instead
- This necessitates a change to the a11y test to reflect this tabbing order change
- Labels for dialogues are not correct, as some have references to groups
- is duplicated by
-
MDL-79363 ARIA label for generic combo search box is hardcoded to "Select a group"
-
- Closed
-