﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9218	Visual and HTML editor worked weird	Denis-de-Bernardy	azaozz	"In the wysiwyg editor, click HTML. Then paste:

{{{
<table
style=""width: 520px; text-align: left; margin-left: auto; margin-right: auto;""
border=""1"" cellpadding=""2"" cellspacing=""2"">
 <tbody>
   <tr>
     <td style=""text-align: center; width: 350px;""><span
style=""font-size: large;""><span
style=""font-family: Arial;"">Foo</span> </span></td>
     <td style=""text-align: center; font-family: Arial;""
colspan=""2"" valign=""undefined""><span
style=""font-size: large;"">Bar</span></td>
   </tr>
 </tbody>
</table>
}}}

Basically, if there is a carriage return within a tag, rather than a space, TinyMCE will ""fix""/break the code.

The same applies to WP, too, btw. Pasting the same in WP without the wysiwyg will trigger wpautop hell. (I can't recall the ticket number, but I submitted it as well and it went on ignored, even after I added a patch.)"	defect (bug)	closed	normal	2.8	Administration	2.7	major	fixed		
