Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-78259

video/audio tags are not rendered when inside an inline tag

XMLWordPrintable

    • MOODLE_401_STABLE, MOODLE_402_STABLE
    • MOODLE_401_STABLE, MOODLE_402_STABLE
    • MDL-78259-htmlpurify-media-tags-401
    • MDL-78259-htmlpurify-media-tags
    • Hide

      Setup:

      1. create a course
      2. create a forum
      3. add a discussion topic with the following content (use "source code" function of the editor) :

        <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> 

      4. save

      Current result:

      Video is not playable.

      Expected result:

      Video can be played.

       

      Show
      Setup: create a course create a forum add a discussion topic with the following content (use "source code" function of the editor) : <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> save Current result: Video is not playable. Expected result: Video can be played.  

      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> 

       

            jboulen Julien Boulen
            jboulen Julien Boulen
            Meirza Meirza
            Ilya Tregubov Ilya Tregubov
            Kim Jared Lucas Kim Jared Lucas
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 0 minutes
                0m
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours, 55 minutes
                2h 55m

                  Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.