gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

While adding images with floating submit buttons #844

Closed martinvivek closed 6 years ago

martinvivek commented 7 years ago

image

current behaviour: While adding questions, Click the image from the text editor and add the image to the question, the image popup have save button which is hiding behind the floating submit button. so by oversight we clicking the question save button

Expected behaviour: The image popup save image button to be appear above the floating buttons.

Fresh Moodle installation with only essential theme Plugin. (no Custom CSS code)

Essential :3.3.1.1 (Build: 2017040305) Moodle : 3.3.1+ (Build: 20170824)

gjb2048 commented 6 years ago

Submit button z-index changed from 1 to 101 in #550.

gjb2048 commented 6 years ago

You can move the dialog around! Solving this by making the floating area smaller rather than messing with the z-index as the YUI dialog's z-index is calculated somehow.