-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.4, 4.2
When inserting media into bold or italicized text, if the text is configured to be sanitized by Moodle, then the media is unreadable.
Example :
This HTML code :
<p>
|
<em>
|
<video controls="controls"> |
<source src="https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4">https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4 |
</video>
|
</em>
|
</p>
|
will produce this output :
<p>
|
<em></em>
|
</p>
|
<video controls=""> |
<em>https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4</em> |
</video>
|
<em></em>
|
- has a non-specific relationship to
-
MDL-54847 HTML audio tag removed from forum post
- Closed