Pasting from Word does not work (sometimes) in IE
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:
- Open CKEditor replacebyclass sample
- Press the "New Page" button
- Select some text in Word document
- Press the "Paste from Word" button
- When IE8 asks whether to allow access to the clipboard choose "do not allow"
- Press "Ctrl + V" in the paste dialog
- Press "Ok"
- Result:
...
<p class="NoSpacing" style="margin: 0cm 0cm 0pt">
<span lang="EN-GB"><o:p><font face="Calibri"> </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>
</p>
<p>
CKEditor</p>
...
WFM with IE8/MSWORD2010/Win7.