﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13884	Copy/paste table in Firefox results in just first cell being pasted	Jakub Ś	Tomasz Jakut	"== Steps to reproduce ==

1. Paste below code in source mode and switch to wysiwyg
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width:500px"">
    <tbody>
        <tr>
            <td style=""background-color: rgb(102, 102, 204);"">s</td>
            <td>s</td>
        </tr>
        <tr>
            <td>s</td>
            <td style=""background-color: rgb(255, 255, 0);"">s</td>
        </tr>
        <tr>
            <td style=""background-color: rgb(255, 204, 0);"">s</td>
            <td style=""background-color: rgb(255, 204, 0);"">s</td>
        </tr>
    </tbody>
</table>
}}} 
2. Select whole table with a mouse and Press Ctrl+C (You can also use Copy from context menu)
3. Press Ctrl+V or right-click below table and select Paste (Ctrl+V into paste dialog and click OK)

== Expected result ==

Whole table should be pasted and formatting preserved.

== Actual result ==

Only first row gets pasted.

== Other details (browser, OS, CKEditor version, installed plugins) ==

Problem can be reproduced from CKEditor 4.5.0 in Firefox only.

**NOTE:** From CKEditor 4.0 - 4.4.8 the above scenario resulted in table being pasted but without width style (background was preserved).
"	Bug	closed	Normal	CKEditor 4.5.7	General	4.5.0	fixed	Firefox Support	
