-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.3, 2.2, 2.3
-
MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_23_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MDL-30627-master-1 -
Moderate
-
In enrol/yui/notification/notification.js under the centerDialogue function, the top and left values of the dialogue box are calculated based upon the bounding box for the page.
However, these don't take into account that the dialogue could be larger than the window (e.g. if you have a very small window size set for some reason).
If this is the case, then the dialogue disappears off the top of the screen.
I suggest setting a minimum top/left of around 15px