GetSimple Support Forum

Full Version: <audio> and wysiwyg editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
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