#8501 closed Bug (invalid)
If you use "Paste from word" when pasting text it looses color formatting
Reported by: | Kristine Ursfjord | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description
If you have a text in OpenOffice.Write or Microsoft Word that has color formatting and copy this into the CKEditor using the "copy from word" button, the color formatting is lost.
Other formats like italic, bold are kept.
- Open the attached word file
- Mark the text in the file
- Copy it
- Click the "Copy from word" button in the editor and paste the copied text there. See that for now the formatting is kept.
- Click OK
- Observe that the inserted text has lost color formatting
I also tested this in the nightly build, and the same happened there.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | FromWord.doc added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
To get this working you have to set to false the following two options:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveFontStyles
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveStyles
comment:2 Changed 11 years ago by
Component: | UI : Toolbar → Plugin : Paste from Word |
---|
Example doc to copy from