-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.7, 3.2.4, 3.4
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_34_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-59667-master-2 -
The date picker has a wrong position on the modal because that element has hardcoded css style style="left: 790px; top: -93.3906px;":
<div id="dateselector-calendar-panel" class="yui3-widget yui3-overlay yui3-widget-positioned yui3-widget-stacked" style="left: 790px; top: -93.3906px;" aria-hidden="true">
|
It works fine for most of the forms but it does not for cases like this one here, hiding part of the date picker (see screenshot).
The goal is to fix it properly, looking for other cases on core and remove that hard coded css.