Opened 8 years ago

Closed 8 years ago

#14246 closed Bug (invalid)

Number Bullets pasting problem while pasting text from Word file to CK Editor.

Reported by: priyanka Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

"This ticket is similar to #13972"

Steps to reproduce

  1. Copy the following content from the Microsoft Word file(Also see the attachment: Text_pasted_from_word.docx.).

A)Names

I)ABCD

II)PQRS

B)Numbers

I)5541515

II)5413213

C)Address

I)ABC Streets

II)PQR Streets

  1. Paste the content into the CK Editor using ctrl+v or "Paste from Word" option on the CK Editor panel.

Expected result

The text must be printed as:

A)Names

I)ABCD

II)PQRS

B)Numbers

I)5541515

II)5413213

C)Address

I)ABC Streets

II)PQR Streets

Actual result

But in the Full featured CK Editor it is printed as( Please see attachment: CKEditor_pasted.PNG) :

A)Names

I)ABCD

II)PQRS

B)Numbers

I)5541515

II)5413213

C)Address

I)ABC Streets

II)PQR Streets

In CK Editor, the tab space for sub-entries is also not pasted correctly.

Other details

Browser:Internet Explorer

Operating System : Windows 7 Enterprise

CK Editor version:4.5.6

Attachments (2)

Text_pasted_from_word.docx (14.3 KB) - added by priyanka 8 years ago.
CKEditor_paste.PNG (44.8 KB) - added by priyanka 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by priyanka

Attachment: Text_pasted_from_word.docx added

Changed 8 years ago by priyanka

Attachment: CKEditor_paste.PNG added

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.5.6

Below is the code that browsers sees:

<ol style="list-style-type: upper-alpha; direction: ltr;"><li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'><p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l3 level1 lfo1;'><span lang="EN-US">Names</span></p></li></ol>

<ol style="list-style-type: upper-roman; direction: ltr;"><li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'><p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l1 level1 lfo3; mso-add-space: auto;'><span lang="EN-US">ABCD</span></p></li><li style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal;'><p style='color: rgb(0, 0, 0); font-family: "Calibri","sans-serif"; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0cm; margin-bottom: 0pt; mso-list: l1 level1 lfo3; mso-add-space: auto;'><span lang="EN-US">PQRS</span></p></li></ol>

CKEditor receives post processed data from browser so there is nothing we can do here.

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