-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.3, 3.4.1
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-61408-master -
Moodle version: 3.3.3+
Theme: BOOST
Activity: Quiz (Question behave => Interactive with multiple tries)
Browser: iOS Safari / iOS Firefox
Affected: The "Check" button is missing style in questions.
After study, it is caused by different rendering of inputs and buttons on iOS browsers. As BOOST is using Bootstrap v4, all default button style should be ".btn .btn-default" than just a ".btn" (Reference: https://github.com/twbs/bootstrap/issues/11855). And I found the style of the mentioned "Check" button contains only class ".btn". The suggested quick fix is just adding ".btn-default" for those default style buttons.