mirror of
https://github.com/moodle/moodle.git
synced 2025-03-04 08:06:30 +01:00
calendar panel.render() sets zIndex to 0, when calendar is used next to filepicker, it overlaps zIndex should be set by css and not JS, and previously used removeAttr on panel breaks JS on ie8. So solution is to render panel and then remove z-index from dom