Opened 13 years ago

Closed 10 years ago

#6459 closed Bug (wontfix)

IE: Slow typing speed on IE6

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Cc: kenny.demetter@…

Description (last modified by Tobiasz Cudnik)

IE6 suffers from slow typing speed using contents from the attachment. Reported to be enterMode BR issue, but it's also present in default configuration.

To reproduce place the cursor at the end of the document and start typing.

Attachments (1)

slow_contents.txt (4.6 KB) - added by Tobiasz Cudnik 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Tobiasz Cudnik

Attachment: slow_contents.txt added

comment:1 Changed 13 years ago by Tobiasz Cudnik

Description: modified (diff)
Status: newconfirmed

comment:2 Changed 13 years ago by Tobiasz Cudnik

Cc: kenny.demetter@… added

comment:3 Changed 13 years ago by Wiktor Walc

Tips from Kenny after his research:

I did some research myself and i found the slowness is being caused by a for loop in certain function :

  • in the selection plugin (plugin.js )
  • in the function getBoundaryInformation

There is a for loop there, which seems to go over every node in the editor and check on nodetype = 1 ( element node ).

However, in the case of entermode br, the node there is not an element node. If you follow the for loop, you will see that in that case, it does not perform a return. As such, it will go over the for loop.

The result is that, the more you type, the more nodes, so the longer it takes to execute this function.

comment:4 Changed 10 years ago by Jakub Ś

Resolution: wontfix
Status: confirmedclosed

IE6 is no longer supported in CKE 4.x

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