Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE
-
Fixed Branches:MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
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.
Attachments
Issue Links
There are no Sub-Tasks for this issue.