Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#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)

Tartalom.doc (33.5 KB) - added by Szabcsi 12 years ago.
Simple word doc containing table of contents ,anchors,urls.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by Szabcsi

Attachment: Tartalom.doc added

Simple word doc containing table of contents ,anchors,urls.

comment:1 Changed 12 years ago by Jakub Ś

Keywords: FirefoxWin removed
Resolution: invalid
Status: newclosed
  1. 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

  1. "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.
  2. 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.
  3. 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 10 years ago by Frederico Caldeira Knabben

Component: Core : PastingPlugin : Paste from Word
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy