Opened 9 years ago
Closed 9 years ago
#16915 closed Bug (invalid)
Nested Bullets/Numbering doesn't work properly in CKEditor in IE11
| Reported by: | Pawan | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduce
- Open the attached word document.
- Copy entire text.
- Paste it to CKEditor in IE11.
Expected result
It should be copied as displayed in the word file.
Actual result
Unwanted bullets, Line space and characters appear.
Other details (browser, OS, CKEditor version, installed plugins) == Browser-IE11, CKEditor- 4.6.1 with latest version of PasteFromWord and Clipboard
Attached docs: 1) word docuement from text should be copied. 2) image file, what it gets copied in CKEditor.
Attachments (3)
Change History (4)
Changed 9 years ago by
| Attachment: | TestDocWithNestedBullets.docx added |
|---|
Changed 9 years ago by
| Attachment: | CopiedToCkeditorInIE11.png added |
|---|
What it paste in CKEditor in IE11
comment:1 Changed 9 years ago by
| Keywords: | PasteFromWord removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | 4.7.0 (GitHub - major) |
It should be copied as displayed in the word file.
No it should not because list is created incorrectly.
The a) Earthquake – As respects all locations: is a list then there is a paragraph and new list (not a sublist) • Property Damage – 5% of the then there are two empty paragraphs and another paragraph The above Earthquake deductibles are which isn't part of • Property Damage – 5% of the . All this can be checked in Word document by inspecting what which element is.
If the list was created with List elements and Shift+Enter like in the attached document, it would be displayed correctly.
Changed 9 years ago by
| Attachment: | TestDocWithNestedBullets1.docx added |
|---|

File that has text that should be copied to CKEditor