Opened 10 years ago
Last modified 7 years ago
#12307 confirmed Bug
CKEditor instance object is not released from memory on destroy
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Performance | Version: | 3.0 |
Keywords: | Cc: |
Description
- Open sample 'replacebycode.html'.
- make heap snapshot.
- run in console:
CKEDITOR.instances.editor1.destroy();
. - run in console:
CKEDITOR.replace('editor1');
. - make heap snaphost and switch to
Comparison
view in console.
Actual result: instance of Editor is not released from memory.
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
I see problem can be reproduced from the very beginning - CKE 3.0 and before but issue will be fixed at least some part of it in CKE 4.x
Research commits in branch:t/12307