Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6.10, 2.7.7, 2.8.5
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MDL-49959_course_dnd_message -
-
Description
The "Drag and drop message" interferes with other page elements even once it is invisible
Steps to reproduce:
1. Set the Moodle site to use the clean theme
2. Log in to Moodle as an editing teacher
3. Turn editing on in a course
4. Wait for the page to load and the "Drag and drop message" to appear at the top middle of the screen. Inspect the "Drag and drop message" element (Right click Inspect element)
Result:
1. The z-index of #dndupload-status is 1
2. When hovering over the invisible #dndupload-status element the cursor changes from 'default' to 'text'
3. If you scroll down until the hidden #dndupload-status element overlaps an action button / link you can't click on the action button / link
Expected behaviour:
The #dndupload-status not interfere with other page elements or the cursor style after fading out of view.