-
Improvement
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
-
3
-
Team Alpha - Sprint 2 I2-2023
By default, when creating a modal using the js module ‘core/modal_factory’ the modals are displayed at the top of the page. This is also the case with the feedback modal.
It is more intuitive to users to see the modal vertically centered as a most common pattern which demands immediate attention.
The aim of this issue is to vertically center the feedback modal on the page, but also include this feature first within the ‘core/modal_factory’ module as a configurable option.
Acceptance criteria:
- Support for vertically centering a modal as a configurable option in ‘core/modal_factory’.
- The feedback modal in the grader report is vertically centered on the page.