Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.7.4, 3.8.1
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MDL-68003_311 -
Description
This can be seen with https://moodle.org/plugins/filter_embedquestion, and may also affect H5P.
The new session time-out pop-up may affect this (and this should probably be tested). The steps below describe the behaviour with that warning disabled.
Steps to reproduce:
- Set up an embedded question in a page.
- Log in as student, and type in an answer to the question, but don't submit yet.
- Simulate logging out by using yoru browser developer tools to edit or delete the Moodle session cookie.
- Now click Submit in the iframe.
Actual result: the login form appears in the iframe if you are using standard Moodle login, which is a bit weird.
Acutal result, if you are using a single-sign-on system: the third-party login form appears in the iframe, but then does not work.
Expected result: ... to be honest, I am not sure, but this behaviour is weird.
Suggestion: when this happens, the top level page reloads, triggering you to log in in the main browser window???