Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.7, 3.2.4, 3.4
-
Component/s: Calendar
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-59667-master-2 -
Pull Master Diff URL:
Description
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.