-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6
-
Fix Version/s: 3.6
-
Component/s: HTML Editor (Atto), Media
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_36_STABLE
-
Fixed Branches:MOODLE_36_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-63431-master -
Pull Master Diff URL:
When a <video> or <audio> tag is parsed by the filter_mediaplugin for player embedding, it uses a default title attribute from the filename (e.g. foo.mp4). This is taken from the $name parameter to player plugin.
It would be useful for atto_media to allow the author to enter a more meaningful title attribute for the video/audio file.
The only workaround to this is to manually edit the HTML source.