Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#5808 closed Bug (fixed)

Pasting from Word does not work (sometimes) in IE

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: Plugin : Paste from Word Version: 3.1
Keywords: IE Cc:

Description

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>
...

Attachments (1)

Word test.docx (9.8 KB) - added by Wiktor Walc 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Wiktor Walc

Attachment: Word test.docx added

comment:1 Changed 14 years ago by Garry Yao

Status: confirmedpending

WFM with IE8/MSWORD2010/Win7.

comment:2 Changed 13 years ago by Jakub Ś

Resolution: fixed
Status: pendingclosed

I was able to reproduce it till CKE 3.2.1. From CKE 3.2.2 it has been working fine.

comment:3 Changed 10 years ago by Frederico Caldeira Knabben

Component: Core : PastingPlugin : Paste from Word
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy