-
Improvement
-
Resolution: Fixed
-
Minor
-
3.4, 3.9
-
MOODLE_34_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE
-
MDL-60621-master-1 -
-
3.9 release work board, 4.0 holding pattern
The UI can be improved in modals, when the modal's height exceeds the height of the browser. One practical example is the "Accepted file types" modal which has very large content,and the "Save changes" (and "Cancel") buttons are too far off screen, that it is unclear for the user what to do, initially.
Steps to reproduce:
- Login as Admin.
- Create a Course.
- Go to the Course.
- Click on any 'Add an activity or resource' link to activate the activity chooser.
- In the activity chooser, click on the "Assignment" activity.
- In the "Adding a new Assignment.." page, In the "Submission types" section, click on the "Choose" button (related to the "Accepted file types" field)
The modal is too long, the user is not immediately aware of the action buttons and it requires long scrolling to get to them.
This can be replicated with any modal by manually extending it's content.