Opened 9 years ago

Closed 9 years ago

#13580 closed Bug (invalid)

instanceReady in IE11

Reported by: datalink Owned by:
Priority: Normal Milestone:
Component: General Version: 4.5.1
Keywords: Cc:

Description

I use the divarea plugin for inline editing. The instanceReady event is not working anymore in IE11. Last working CKE version was 4.4.1 (that I have to test). It's not working in 4.4.7 and 4.5.1

Set simply

CKEDITOR.on('instanceReady', function( evt ) {
	alert(editor.name);
});

Change History (1)

comment:1 Changed 9 years ago by datalink

Resolution: invalid
Status: newclosed

Sorry, create a new test case, now it works.

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