Opened 9 years ago

Closed 9 years ago

#12798 closed Bug (invalid)

ck Editor hangs when try to save a lot of text from MS word either by using paste from word button or by direclty copying.

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

Description

How to reproduce 1.copy a lot of text from MS word(3-4 pages min) and paste it in editor.

2.After clicking save button editor hangs.

Change History (2)

comment:1 Changed 9 years ago by ujjwal

I can also see that Text alignments also get lost after pasting from word for example center alignments of word goes to left in Editor.

comment:2 Changed 9 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

First of all, editor is JavaScript application and has nothing to do with saving data. Most likely your server side is to blame (Switch to source and back to verify if editor hangs - if not its server-side fault).

I can also see that Text alignments also get lost after pasting from word for example center alignments of word goes to left in Editor.

Please see: http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveFontStyles
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-pasteFromWordRemoveStyles
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent

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