Opened 9 years ago

Closed 9 years ago

#13126 closed Bug (invalid)

Copying table from MS Word 2013 not rendering as table in CKEditor 4.4.6

Reported by: M Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Hi...we have a C#.Net web app that we have been using CKEditor with for several years. We have been able to copy tables from MS Word into the CKEditor until now. We have just upgraded CKEditor to 4.4.6 to support out IE 11 browsers and are no longer able to copy tables into CKEditor text boxes. What do I need to do to regain this functionality?

Thanks

Change History (3)

comment:1 Changed 9 years ago by M

I figured out the table issue. In config.js I added the lines

config.pasteFromWordRemoveStyles = false;
config.pasteFromWordRemoveFontStyles = false;
config.allowedContent = true;

comment:2 Changed 9 years ago by M

This ticket can be closed

comment:3 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

If you want to paste only tables you can use extraAllowedContet instead of disabling ACF completely.

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