Opened 15 years ago

Closed 15 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)

2944.patch (1.5 KB) - added by Frederico Caldeira Knabben 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 2944.patch added

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review? added
Status: newassigned

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.

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3090]. Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy