Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#9273 closed Bug (invalid)

CK Editor does not copy paste microsoft word formatting into it like tables, colouring inside table cells

Reported by: vipin bardia Owned by:
Priority: Normal Milestone:
Component: Plugin : Paste from Word Version: 3.0
Keywords: Cc:

Description

1) Use CK Editor

2) Do some formatting in MS Word like formatting table cells with color

3) Copy these content to CK Editor

4) Click on Word Icon

5) pop up will open to ask paste the content

6) Paste it to the pop up

7) Only text formatting would preserve.

Change History (5)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

To get that you need to set below two properties to false:

config.pasteFromWordRemoveFontStyles=false;
config.pasteFromWordRemoveStyles=false;

comment:2 in reply to:  1 Changed 12 years ago by vipin bardia

Replying to j.swiderski:

To get that you need to set below two properties to false:

config.pasteFromWordRemoveFontStyles=false;
config.pasteFromWordRemoveStyles=false;

Please let me know in which file i have to make these changes.

comment:3 Changed 12 years ago by Jakub Ś

File: /ckeditor/config.js

Please read the manual http://docs.cksource.com/CKEditor_3.x/Developers_Guide and use the api - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html. It's a big help if you are starting to work with CKEditor.

comment:4 in reply to:  3 Changed 12 years ago by vipin bardia

Replying to j.swiderski:

File: /ckeditor/config.js

Please read the manual http://docs.cksource.com/CKEditor_3.x/Developers_Guide and use the api - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html. It's a big help if you are starting to work with CKEditor.

Thanks Dear, issue is resolved.

comment:5 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