-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.4
-
HQ 2024 Sprint I1.2 Moppies
Overview
To meet WCAG 2.2 criteria 2.4.12 Focus Not Obscured (Enhanced) In all situations the keyboard focus cannot be obscured by other elements on the page. This is not the case when using the Skip to Content link on multiple pages.
- Course screen, skip to content link anchors are scrolling down too far leaving the focused element off screen
- Course screen in edit mode, tabing to elements obscured by the footer does not scroll to bring them into view
- Gradebook in edit mode, abing to elements obscured by the footer does not scroll to bring them into view
Reproduction steps
Course screen
- Navigate to the Course screen (/course/view.php?id=<course_id>)
- scroll the page down without clicking anywhere so the first few items are off the page
- press "Tab" to activate the "Skip to Main Content" link
Expected Result
First item of the course content has the keyboard focus and is visible to the user
Actual results
First item of the course content has the keyboard focus but is scrolled off the page and not visible to the users.
A video with an example with the edit a course is attached below.
Course screen in edit mode/Gradebook in edit mode
- Navigate to the Course screen (/course/view.php?id=<course_id>) or Navigate to the Grade Report page (/grade/report/grader/index.php?id=<course_id>)
- Ensure the page has enough content or student to scroll off the page
- Enable Edit mode
- Tab to the last visible items using keyboard
- Continue to tab
Expected Results
Next item with keyboard focus is scrolled into view
Actual Results
Focused item is obscured by the sticky footer.
This problem may exist in other areas that utilise the sticky footer.
- is a regression caused by
-
MDL-75762 Retain course page position when pressing back button from activity/resource
- Closed