-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_311_STABLE
-
MDL-74112-master -
Currently, the format chooser page scroll feature doesn't work correctly in some cases.
For example, this feature will not work if we enable the global search.
Steps to replicate:
- Login as admin.
- Navigate to Site administrator > Advanced features.
- Enable (checked) the Enable global search option.
- Save changes.
- Create a course or use an existing one.
- Edit the course.
- Change the course format to Single activity.
- The page will be reloaded.
- The #id_courseformathdr param is missing in the browser URL.
- The page is scrolled back to the top of the page.
Expected:
- There is a param called id_courseformathdr in the browser URL.
- The page is scrolled to the Course format section after reload, not the top of the page.
— Original description —
Page scroll position was not preserved after changing course format. This does not appear to meet the test requirements as described in step 6 of MDLQA-16184. Below are the before and after screenshots.
Also, I switched from Single Activity to Weekly format in step 11, I noticed that all of the sections except General are set to "Hidden from students" as seen in the screenshot above. This was unexpected as it was not indicated in the description of the test instructions. Please confirm that this is indeed the desired behaviour.
- blocks
-
MDLQA-16184 CLONE - A teacher can set one of 4 course formats
-
- Passed
-
- is duplicated by
-
MDL-74115 Format chooser page scroll doesn't work with global search
-
- Closed
-