Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.5, 2.3.2, 2.4
-
Component/s: Questions
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
Fixed Branches:MOODLE_22_STABLE, MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
qtype_multichoice (and some others) contains the CSS
.que.multichoice .answer .specificfeedback * {
|
display: inline;
|
background: #FFF3BF;
|
}
|
It seems that Firefox (at least) relies in a default rule
script {
|
display: none;
|
}
|
to hide the contents of the script tag, and we are overriding that.
This also affects some other places in similar qtypes.