Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BUG REPORT <audio> and wysiwyg editor
#1
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
Reply
#2
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
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
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
Reply




Users browsing this thread: 1 Guest(s)