-
Bug
-
Resolution: Fixed
-
Major
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-79499-master -
-
1
-
Team Alpha - Sprint 3 I3-2023
The user name column in the grader report is sticky and should be always visible when scrolling horizontally. However, on master, the column is not properly pinned and is partially cut off by the page wrapper. This seems to be a regression as in 4.2 and earlier the column is properly pinned.
Steps to reproduce:
- Create a course.
- Add a few gradable activities (enough to have a horizontal scroll on the grader report page).
- Enrol a few students in the course.
- Go to the Course.
- Go to the Grader report (Grades > Grader report)
- Start scrolling horizontally on the page.
- The user name column is pinned but partially cut off by the page wrapper and the information within these cells is not fully visible.
- is a regression caused by
-
MDL-75762 Retain course page position when pressing back button from activity/resource
- Closed