Opened 10 years ago
Closed 10 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);
});

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