Opened 9 years ago
Closed 9 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
- 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
- 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)
Change History (3)
Changed 9 years ago by
Attachment: | Text_pasted_from_word.docx added |
---|
Changed 9 years ago by
Attachment: | CKEditor_paste.PNG added |
---|
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.6 |
Below is the code that browsers sees:
CKEditor receives post processed data from browser so there is nothing we can do here.