Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE
-
Description
The base theme sets the config.php's $THEME->layouts to have popup layout with the following settings:
'popup' => array(
'file' => 'general.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true, 'nologininfo'=>true),
),
A quiz set to browser security full screen popup with some javascript security ignores all options. The header, footer, navigation and custom menu all show.
To recreate
- set to standard theme
- Create a quiz and set the browser security to full screen popup with javascript security
- Login as a student in a course with the quiz
- Attempt the quiz and see all of the parts of the theme.