Opened 9 years ago

Closed 9 years ago

#12836 closed Bug (wontfix)

[IE9] Performance issue during past from word

Reported by: Piotr Jasiun Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE9 Cc:

Description

If I paste a big document from Word (30 pages of text) it is processed very slow if the contents.css is empty (~3 minutes instead of ~8 seconds).

Attachments (2)

12836-font.html (255 bytes) - added by Piotr Jasiun 9 years ago.
12836-no-font.html (187 bytes) - added by Piotr Jasiun 9 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 9 years ago by Piotr Jasiun

After research I found out that:

  • the same problem occurred also in the native contenteditable, is not related to CKEditor, nor pastefromword plugin and custom clipboard support,
  • IE9 needs font-size style to process paste document faster,
  • pasted content is different if there is font-size style and if it does not exists; if there is font-size style the <font size="3"> elements are added; I have no clue why document with these elements are proceed faster.

So evidently size does matter, at least for IE9.

comment:2 Changed 9 years ago by Jakub Ś

Keywords: IE9 added
Status: newconfirmed
Version: 3.0

Thanks for your findings @pjasun.

Changed 9 years ago by Piotr Jasiun

Attachment: 12836-font.html added

Changed 9 years ago by Piotr Jasiun

Attachment: 12836-no-font.html added

comment:3 Changed 9 years ago by Jakub Ś

Resolution: wontfix
Status: confirmedclosed

Ok, taking all the above into account, I have to close this ticket as "won't fix".

The workaround is to use font-size inside CSS rule for one of main elements of the editor content areae.g. body

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