-
Bug
-
Resolution: Fixed
-
Minor
-
3.10
-
MOODLE_310_STABLE
-
MOODLE_310_STABLE
-
MDL-70033-master-2 -
There is some jquery event handling in lib/amd/src/tree.js, which stops event propagation in places such as the course admin links. This has already been fixed for click events inĀ MDL-69559, but not for keyboard events (which are slightly more involved).
The result is that when a teacher in the Classic theme tries to press "Download course content", instead of triggering the download modal, it will simply redirect to the href on that element.
The page being redirected to will still allow the download, so the feature is still available, but ideally it should work as intended and be consistent with how it acts with a mouse click.
- blocks
-
MDLQA-15450 CLONE - Course content can be downloaded by students and teachers when the feature is enabled
- Passed
- Discovered while testing
-
MDL-69559 Course content download - add site admin and course level settings, implement in course user interface
- Closed