-
Bug
-
Resolution: Fixed
-
Minor
-
2.9.3, 3.0.1
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-52673-master -
If attachments are enabled for assessments, the assessment mode is "rubric" and the rubric is set to "list" view, a CSS rule with an insufficiently specific selector kicks in and sets all spans in the form which are within .felement elements to display:block (rather than just those within the "rubric" part of the form). This results in the "drag and drop not supported" message being displayed on the file manager, even in browsers which do support drag and drop.
There doesn't actually appear to be any need to set display:block on the span tags within the rubric anyway - perhaps this is a legacy from Moodle <2.0 (this CSS seems to predate 2.0) when mforms were displayed differently. Removing the troublesome rule tightens the space between levels slightly; there are already line breaks which force each level onto its own line.
- Testing discovered
-
MDL-52838 Undefined variable 'type' on workshop assessment form
-
- Closed
-