Opened 15 years ago
Closed 13 years ago
#4868 closed Bug (worksforme)
Unnecessary div after pasting from OpenOffice
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | |
Keywords: | Cc: |
Description
Unnecessary div after pasting from OpenOffice.
Reproduce
- Create list in OpenOffice Writer (one element is fine).
- Open Paste From Word dialog.
- Paste content and submit the dialog.
Result for each list element:
<div align="left" style="margin-bottom: 0in;"> Foo</div>
Reproduced in FF 3.0, Chrome.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.x |
---|
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This particular issue in no longer reproducible in latest CKEditor 3.6.2 and Firefox 10.0.2 / Chrome 17 and other modern browsers.
Based on @garry.yao comment I have opened feature request : #8761
The 'pastefromword' plugin only handle MS-WORD content, for other similar application like OO, we'll have dedicated plugins later.