-
Bug
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_26_STABLE
-
wip-
MDL-40347-master -
This was discovered while working on MDL-40131.
When clicking on row header (outside of the link) in the grader report the column is highlighted but the wrong cell is highlighted in the average row and no cell is highlighted in average range row (have to be enabled in grader report settings).
Standard (base) theme is masking it by overwriting the CSS so the highlighting the average cell is not visible. Bootstrap has to do the same in 2.5 because it was noticed too late.
Suggestion: Both average rows (ranges and actual averages) should have the same table cell tag (probably td because it is strange to make the last row a "header" row). Javascript should be fixed to highlight the correct cells in the last row. In order to do it we should assign proper id to the cells in the average rows as it is done for the user grades ($itemcell->id = 'u'.$userid.'i'.$itemid. Javascript should look at cell ids and not at the column number. Who knows maybe somebody adds more student columns in the left part of the table, they do not need to correct JS in this case.
- has a non-specific relationship to
-
MDL-41688 Clean / Bootstrap theme: Gradebook rows are mis-aligned when static student column is enabled
- Closed
-
MDL-43186 Gradebook page is oddly proportioned when using Clean and editing on
- Closed
- has been marked as being related by
-
MDL-40131 Clean (Theme) - in gradebook when clicking the activity title it should highlight the column but not other random cells (see image)
- Closed
- is blocked by
-
MDL-39777 Remove custom layouts from the clean theme.
- Closed
- will be (partly) resolved by
-
MDL-40372 META: Re-integrate mod CSS excluded from Bootstrapbase
- Closed
- will help resolve
-
MDL-40534 Re-integrate grade CSS excluded from Bootstrapbase
- Closed