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


Messages In This Thread
<audio> and wysiwyg editor - by Daniel Rocher - 2015-02-13, 03:01:43
RE: <audio> and wysiwyg editor - by shawn_a - 2015-02-13, 03:44:30
RE: <audio> and wysiwyg editor - by Daniel Rocher - 2015-02-13, 04:01:35



Users browsing this thread: 2 Guest(s)