-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
3.3, 3.3.1, 3.11.4
-
MOODLE_311_STABLE, MOODLE_33_STABLE
The preload audio tag attribute has a hard coded setting of "auto" on line 174 of media/player/videojs/classes/plugin.php
If a course page contains around 7 or more videojs embedded audio files it can break js execution and leave the page non-functioning as first.js remains pending forever.
Editing line 174 of media/player/videojs/classes/plugin.php to output preload="none" fixes the issue.
This appears to be a semi-reincarnation of MDL-52965.
- has a non-specific relationship to
-
MDL-52965 Incorrect 'preload' attribute in html5 audio
-
- Closed
-