﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5808	Pasting from Word does not work (sometimes) in IE	Wiktor Walc		"Confirmed in IE8@XP3.

It looks like the Paste from Word feature since 3.1 does not always perform code cleanup. I'm able to constantly reproduce it by following these steps:

 1. Open CKEditor replacebyclass sample
 2. Press the ""New Page"" button
 3. Select some text in Word document
 4. Press the ""Paste from Word"" button
 5. When IE8 asks whether to allow access to the clipboard choose ""do not allow"" 
 6. Press ""Ctrl + V"" in the paste dialog
 7. Press ""Ok""
 8. Result:
{{{
...
<p class=""NoSpacing"" style=""margin: 0cm 0cm 0pt"">
	<span lang=""EN-GB""><o:p><font face=""Calibri"">&nbsp;</font></o:p></span></p>
<p class=""NoSpacing"" style=""margin: 0cm 0cm 0pt"">
	<span lang=""EN-GB""><font face=""Calibri"">CKEditor</font></span></p>
...
}}}

If you now press the ""New Page"" button again, '''then type some text''' in the editing area and follow the steps above (3-7), the text will be cleaned up correctly:
{{{
...
<p>
	&nbsp;</p>
<p>
	CKEditor</p>
...
}}}"	Bug	closed	Normal		Plugin : Paste from Word	3.1	fixed	IE	
