CKEDITOR.replace( 'editor1' );
var editor = CKEDITOR.instances['editor1'];
if (editor) {
console.log('Registering focus event')
editor.on('focus', function(event) {
console.log(event);
});
}
Fri, 08/28/2009 - 15:14
#1

Re: Events in Safari dont seem to work (Bug?)
Re: Events in Safari dont seem to work (Bug?)
http://dev.fckeditor.net/attachment/ticket/3856/3856.patch