-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.4, 3.3.1, 3.4
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-60079-master -
Steps to reproduce:
- Go to qa.moodle.net, and log in as manager.
- Go to Site administration / Appearance / User tours.
- Edit the properties on the Boost - administrator tour, to show to all roles.
- Go to the site home page.
- Click Next twice, to get to the third step of the tour, about Customisation.
- Click End tour.
- User your browser's developer tools to inspect the 'Moodle QA Testing Site' header.
Actual result: one of the surrounding divs still has aria-describedby="tour-step-tool_usertours_6_1_1479366244-2-body" even though that thing no longer exists in the page.
There is also one left on div.drawer-toggle > button, from the second step.
Expected result: these aria attributes should be removen when you leave that step of the tour.
- Testing discovered
-
MDL-61234 User tours race condition
- Closed