Opened 9 years ago
Closed 9 years ago
#14241 closed Bug (invalid)
Not Able To Destroy CKEditor Instance
Reported by: | Jaideep | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKBuilder | Version: | |
Keywords: | Cc: |
Description
I am trying to destroy the ckeditor instance using this code:
CKEDITOR.instances.textarea1.destroy()
But I am getting this error
Uncaught TypeError: Cannot read property 'getClientRect' of null
I am using ckeditor 4.5.6 & AutoSave Plug in with it
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | destroy removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.5.6 |
I have checked
destroy
in latest CKEditor in all browsers and works as expected.Perhaps this is autosave plugin fault but please note that this is third-party plugin and issue should be reported to plugin author.