Opened 9 years ago
Closed 9 years ago
#13241 closed Bug (invalid)
Uncaught IndexSizeError: Failed to execute 'extend' on 'Selection': 1 is larger than the given node's length
Reported by: | pig.li | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
After setting blurDelay = 0, then click Bold and click Paste in toolbar, it will throw the error below.
Uncaught IndexSizeError: Failed to execute 'extend' on 'Selection': 1 is larger than the given node's length.
CK version:"4.4.6", revision:"08188c4"
Only in Chrome, IE and FF will be fine
jsfiddle: http://jsfiddle.net/mfine2/98rwv6Lt/
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.4.6 |
As was explained in http://stackoverflow.com/questions/29886961/ckeditor-error-uncaught-indexsizeerror-failed-to-execute-extend-on-selectio blurDelay is a private property and it is set to 200ms for a reason. If you modifies it you need to figure out yourself how to do that and how to prevent other things from breaking.