Opened 16 years ago
Closed 16 years ago
#2944 closed Bug (fixed)
Event to indicate that the editor is ready for full interaction
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Oracle Review+ | Cc: |
Description
Currently, we are able to do CKEDITOR.on( 'instanceCreated' ) to get an editor instance for interaction. But, the editor will not be totally rendered at that point, so not all operations would work.
There should be a new event indicating that the editor is ready for full interaction.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 2944.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3090]. Click here for more info about our SVN system.
This patch introduces the "instanceReady" event, fired by both the editor instance and the global CKEDITOR.
It also includes a new feature for the event object, the removeListener function, which makes it possible to easily remove the current listener.