ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.48k forks source link

CKEditor performance degrades when multiple characters are deleted or typed in a large document #3637

Open jswiderski opened 4 years ago

jswiderski commented 4 years ago

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open attached document and paste its contents into CKEditor.
  2. Scroll to the bottom
  3. Press and hold Delete key to delete characters or press and hold e.g. 'a' key to type characters.

Test File:Long Document.zip

Expected result

CKEditor works smoothly.

Actual result

There is a noticeable lag between key press and actual characters deletion insertion. obraz

Other details

NOTE: The more complicated the document and the richer the preset, the lag seems to be larger.

jacekbogdanski commented 4 years ago

Should be fixed with https://github.com/ckeditor/ckeditor4/issues/3750

JisungHan-MS commented 4 years ago

Happy new year @jacekbogdanski Would you please give me a rough ETA of this fix?