After setting blurDelay = 0, click "Bold" and click "Paste" on the toolbar, this will lead to an error.
Uncaught IndexSizeError: Failed to execute 'extend' in 'Selection': 1 greater than the specified node length.
CK Version: "4.4.6", Version: "08188c4"
Only in Chrome, IE and FF will be fine
jsfiddle: http://jsfiddle.net/mfine2/98rwv6Lt/
Error: http://dev.ckeditor.com/ticket/13241
Javascript Code
CKEDITOR.focusManager._.blurDelay = 0; var ck = CKEDITOR.replace( 'editor1', { fullPage: true }); ck.on( "blur", function( evt ){ console.log(this.getData()); });
source share