-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.2
-
MOODLE_30_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-52965_master -
The core_media_player_html5audio player in lib/medialib.php has the attribute 'preload="no"'.
The correct value for this tag is 'preload="none"' (according to https://developer.mozilla.org/en/docs/Web/HTML/Element/audio ).
With Chrome, setting 'preload="no"' causes the browser to start preloading the file, whereas 'preload="none"' stops it from doing so (this was causing a problem on a client's site, whereby multiple requests to the server hosting the mp3 files, due to multiple audio tags on the page, was causing it the browser to stall).
- has been marked as being related by
-
MDL-59522 videojs player preload attribute can break page load in Chrome
- Closed