Opened 8 years ago
Closed 8 years ago
#14906 closed Bug (fixed)
Missing event beforeDestroy on documentation v4
Reported by: | ARuben Consulting | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.6.0 |
Component: | Documentation & Samples | Version: | |
Keywords: | Cc: |
Description
Hi,
I notice a missing event in the documentation of v4: "beforeDestroy", fired at start of "editor.destroy()".
Steps to reproduce
- Go to page http://docs.ckeditor.com/#!/api/CKEDITOR.editor
- Check for event "beforeDestroy"
- No event displayed
Expected result
Since v4.0, a new event "beforeDestroy" is fired on "editor.destroy()" in addition to "destroy" and "instanceDestroyed". It lacks in the documentation.
Thanks,
ARuben
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 8 years ago by
Milestone: | → CKEditor 4.6.0 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed with git:cc9647e and git:57563c0.