GetSimple Support Forum
BUG REPORT <audio> and wysiwyg editor - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: BUG REPORT <audio> and wysiwyg editor (/showthread.php?tid=7086)



<audio> and wysiwyg editor - Daniel Rocher - 2015-02-13

Hi,

I have a problem when I want to paste this in the html editor (<source>):
Code:
<audio controls="controls">
    <source src="foo.wav" type="audio/wav">
</audio>
<p>my text</p>

Editor change it with :
Code:
<audio controls="controls">
    <source src="foo.wav" type="audio/wav"> </source></audio>
<p><source src="foo.wav" type="audio/wav">
    <p><source src="foo.wav" type="audio/wav"></source></p>
    <source src="foo.wav" type="audio/wav">
    <p>my text</p>
    <p>&nbsp;</p>
    </source></source></p>

the original code is 100% HTML5

Thanks


RE: <audio> and wysiwyg editor - shawn_a - 2015-02-13

ckeditor 3.x does not support html5
Try the ckepatch plugin or branch to upgrade ckeditor to 4.x
one is found in extend, one in the download page


RE: <audio> and wysiwyg editor - Daniel Rocher - 2015-02-13

A big thank for the speed and clarity of the reply Smile

(2015-02-13, 03:44:30)shawn_a Wrote: ckeditor 3.x does not support html5
Try the ckepatch plugin or branch to upgrade ckeditor to 4.x
one is found in extend, one in the download page