Opened 10 years ago
Closed 10 years ago
#13616 closed Bug (fixed)
List items are lost when pasting from Word document
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Plugin : Paste from Word | Version: | 4.3 |
| Keywords: | Cc: |
Description
Steps to reproduce
Paste the attached document from MS Word 2010 into CKEditor in IE11
Expected result
Three list items should be pasted
Actual result
<p>Degree °</p> <p>Angle ∠</p> <p>Pi π</p> <ul> <li>< ><!-- -->< ><!-- --> <p>Baz</p> </li> </ul> <p> </p>
Other details (browser, OS, CKEditor version, installed plugins)
Tested on std-all with the following setup:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CKEditor</title>
<script src="//cdn.ckeditor.com/4.5.1/standard-all/ckeditor.js"></script>
</head>
<body>
<textarea name="editor1"></textarea>
<script>
CKEDITOR.replace( 'editor1', {
pasteFromWordRemoveFontStyles: false,
pasteFromWordRemoveStyles: false
} );
</script>
</body>
</html>
Did not try other browsers.
Attachments (1)
Change History (5)
Changed 10 years ago by
| Attachment: | 13616.docx added |
|---|
comment:1 Changed 10 years ago by
| Status: | new → confirmed |
|---|---|
| Version: | 4.5.1 → 4.3 |
comment:2 Changed 10 years ago by
| Component: | General → Plugin : Paste from Word |
|---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
This issue has been fixed in CKEditor 4.5.2. #13590 will contain a test for it.

Most likely a DUP of one of the tickets mentioned in #13590. But since we had a problem recently with a cases looking similar but being different, let's keep this open and have it tested in #13590.