-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.15, 3.5.2
-
MOODLE_31_STABLE, MOODLE_35_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-64524-master -
When the teacher define many Frequently used comments (FUCs in brief) the assignment grading interface popup does not scroll and the latest ones are not selectable.
This problem arises mostly in desktop browser, as in mobile ones it seems that the page itself can be scrolled and the long popup can be shown.
I solved this by adding these lines to mod/assign/feedback/editpdf/styles.css
.gradingform_guide_comment_chooser {
height:80vh;
overflow-y:auto;
}
Which redefine the overflow for the FUCs chooser.
FULL STEPS to REPRODUCE:
In a course, click on "advanced grading" and setup a grading method to marking guide.
Now add many "standard" comments (almost 10/15).
In the same course create an assignment and do a submission to be graded; now go to grade interface for this assignment and try to insert a comment selecting a FUC, by clicking on "insert frequently used comment".
The popup expand itself over the page bottom border and you cannot scroll neither the page and the popup and you cannot select the latest FUCs in the list.
I double-checked against Moodle 3.1.15, but taking a look at the assign plugin, i believe that this problem is current also in the latest moodle.
- will help resolve
-
MDL-65234 quicklist modal too narrow
-
- Closed
-