#8665 closed Bug (invalid)
pasted content from Word doc loosing it's anchors and URLs
Reported by: | Szabcsi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.1 |
Keywords: | Cc: |
Description
Dear Support!
I am using FireFox 9,and CKEditor 3.1 version on Windows XP. My problem is that I would like to paste content correctly from Word documentation using the icon 'Paste From Word'.
I need the pasted content preserve the style,and all the inner,outer references as it is in my Word 2003.
I tested this functionality on your demo site,but there were no result.
Steps to reproduce the issue.
1.CTRL+A select all content in the doc,which consist of inner,and outer references.
2.CTRL+C copy the content.
3.In the CKEditor press the 'paste from word' icon.
4.Past the content using CTRL+V ,and press the ok button.
No working anchors,URLs,and font styles are lost.
I attached my word doc.
Thanks for your help.
Best regards, Szabi
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | Tartalom.doc added |
---|
comment:1 Changed 13 years ago by
Keywords: | FirefoxWin removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
- To keep the styling you should have those two options set to false:
config.pasteFromWordRemoveFontStyles=false; config.pasteFromWordRemoveStyles=false;
There are also other pastefromword configuration options. Please see - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html
- "and CKEditor 3.1"
The latest version for CKEditor is 3.6.2 and it has many many many bugs fixed, new features when you compare it to CKEditor 3.1. You should upgrage to this version ASAP. - Please also not that:
In all cases, the editor privileges semantics over formatting, so the end results will never look like the original.CKEditor makes it best to translate the information send from Word through the clipboard and many times it needs to come to an agreement. In those cases we prioritize semantics instead of formatting. - About the links in FF9 - we have a report for it #8618. Perhaps the solution from that ticket presented by @kinfora will help you.
Closing the ticket as invalid.
comment:2 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
Simple word doc containing table of contents ,anchors,urls.