Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
MDL-74214-311 -
Description
This affects Report builder because we have a modal form (the schedule editing form) that uses a date/time selector element, which itself includes the calendar icon for manually choosing a date instead of using the select elements
The bug is evident when creating/editing a report schedule, and pressing the calendar icon - nothing appears to happen, but if you examine DOM you'll see that it's present but it's zIndex is too low (1) so is hidden behind the modal form itself
The problem is that this modals z-index value doesn't take account of elements that are run after initial page load, within the module initPanel method. Really, it needs to calculate this value each time it shows the panel
Attachments
Issue Links
- will help resolve
-
MDL-74280 Report date filter/conditions don't show calendar modal popup correctly
-
- Closed
-