﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13629	Editor strips <span> tags when copying and pasting a table with embedded artifacts	Christophe Guillou		"== Steps to reproduce ==

1. copy this HTML fragment from Notepad file:

<table border=""1"" cellpadding=""1"" cellspacing=""1"" dir=""ltr"" style=""width:500px"">
    <tbody>
        <tr>
            <td style=""width: 500px;"">dsfdsdsfds</td>
        </tr>
    </tbody>
</table>

2. In CKEditor, click the 'Source' button, and paste fragment,
3. Switch back to rich text mode, and observe empty paragraph with non-breakspace :

4. Switch back to Source mode
== Expected result ==

<table border=""1"" cellpadding=""1"" cellspacing=""1"" dir=""ltr"" style=""width:500px"">
    <tbody>
        <tr>
            <td style=""width: 500px;"">dsfdsdsfds</td>
        </tr>
    </tbody>
</table>

== Actual result ==

<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</p>

<table border=""1"" cellpadding=""1"" cellspacing=""1"" dir=""ltr"" style=""width:500px"">
	<tbody>
		<tr>
			<td style=""width: 500px;"">dsfdsdsfds</td>
		</tr>
	</tbody>
</table>


== Other details (browser, OS, CKEditor version, installed plugins) ==
"	Bug	closed	Normal		General		invalid	IBM	ChrisGui@…
