Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4883 closed Bug (fixed)

IE: Word cleanup leaves margins

Reported by: Frederico Caldeira Knabben Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.1
Component: Plugin : Paste from Word Version: SVN (CKEditor) - OLD
Keywords: Confirmed IE Review+ Cc:

Description

  1. Open the attached document on Word.
  2. Hit CTRL+A to select all.
  3. Hit CTRL+C to copy.
  4. Paste in the editor.

Actual results:

<p style="margin: 0cm 0cm 10pt">
	Testing Word Cleanup</p>
<p style="margin: 0cm 0cm 10pt">
	Testing Word Cleanup</p>
<p style="margin: 0cm 0cm 10pt">
	Testing Word Cleanup</p>

Expected results (ok in Firefox):

<p>
	Testing Word Cleanup</p>
<p>
	Testing Word Cleanup</p>
<p>
	Testing Word Cleanup</p>

Attachments (2)

4883_Test.doc (25.5 KB) - added by Frederico Caldeira Knabben 14 years ago.
File to be used to reproduce it.
4883.patch (3.2 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Frederico Caldeira Knabben

Attachment: 4883_Test.doc added

File to be used to reproduce it.

Changed 14 years ago by Garry Yao

Attachment: 4883.patch added

comment:1 Changed 14 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

Proposing a way to precisely preserve necessary margins.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4811].

comment:4 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