Opened 12 years ago
Last modified 12 years ago
#9911 confirmed Bug
Editor#instanceReady -> Editor#ready
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I can't understand why this event is called instanceReady. We have editor#loaded and CKEDITOR#instanceLoaded (it isn't documented, but it exists ;> #9910), so together with CKEDITOR#instanceReady we should have editor#ready.
OFC we need backward compat, so we can have both - deprecated instanceReady and ready for some time and remove it after 1-2 years.
This is about using more people understandable language:
CKEditor#instanceReady - says some instance is ready.
editor#ready - says I'm ready.
The same is with loaded.