#9475 closed Bug (fixed)
It is not possible to paste lists or tables from any MS Word
Reported by: | Jakub Ś | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Plugin : Paste from Word | Version: | 4.0 |
Keywords: | Cc: |
Description
To reproduce:
- Download both files, open them, copy lists/tables one by one with CRTL+C
- Click New Page button to remove contents
- Try to insert list/table into editor with CRTL+V or using pastefromword button.
Every time you will get message saying that it was not possible to clean up data because an error has occurred.
Attachments (2)
Change History (9)
Changed 8 years ago by
Attachment: | List2010.docx added |
---|
Changed 8 years ago by
Attachment: | list2003.doc added |
---|
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Component: | General → Core : Pasting |
---|---|
Milestone: | → CKEditor 4.0 |
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
Put t/9475 on review, the regression is the fragment::writeChildrenHtml call from fragment::filterChildren will now result in a recursive call, the patch adds a new argument to the signature so the root filter will not be applied by default.
comment:5 Changed 8 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
comment:7 Changed 7 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
Regression of f7893b6e3e (Used a fragment context for html parsing for data insertion.)