﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6465	Paste: content pasted from Excel document loses formatting	Paweł Horzela		"Original TC:

To reproduce the defect:
1. In configuration file (config.js) set flag:
{{{
config.pasteFromWordPromptCleanup = true;
}}}
2. Copy some text from Word or Excel and click on 'Paste' button from toolbar. You get a prompt message saying: ""the text you wanted to paste seems to be copied from Word. Do you want to clean it up before pasting?"".
3. Click on 'Cancel' button.
'''Expected Result:'''
Text pasted from Word is not cleaned up. It is formatted like in Word document.
'''Actual Result:'''
Text pasted from Word is cleaned up.

This issue was reproduced only using 'Paste' button from toolbar. When you use 'Ctrl+V' keys and then click 'Cancel' button on prompt window, it works fine.

----
**NEW CORRECT TC:**

It seems that we have problems with formatting content pasted from Excel.

**To reproduce: **
1. Open one of samples provided and paste it into editor using CRTL+V button, paste button and paste from word button

**Results:** [[BR]]

1. IE6-9 - Background is not preserved when using paste from word button although it is present in HTML.  **CRTL+V button and paste button work on the other hand.**
2. Opera, Chrome and FF - In all cases there is no background
3. Safari - table is pasted as paragraph (doesn't matter which command you use). ** I have described this as separate issue #8639)**
{{{
<p>
	&nbsp; &nbsp; &nbsp;a b c d &nbsp;</p>
}}}

Issue(s) has been reproducible from CKEditor 3.0."	Bug	confirmed	Normal		Core : Pasting	3.0			kenny.demetter@…
