"Object doesn't support property or method 'createRange' ckeditor-3.0.js line 181 character 21"
Patch for this is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg-ie9-error.patch | 600 bytes | Paul Lomax |
"Object doesn't support property or method 'createRange' ckeditor-3.0.js line 181 character 21"
Patch for this is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg-ie9-error.patch | 600 bytes | Paul Lomax |
Comments
Comment #1
twodThanks for the patch, but it causes another error in IE8 for me (CKEditor 3) because IE8 doesn't have the
toString()method on the native selection object. Was the statement meant to beCKEDITOR.env.version < 9?Could we merge this with #1853550: Ckeditor 4.0 - The version of CKEditor could not be detected.? EugenMayer already mentioned something about the native selection object in there.
EDIT: Btw, I don't have IE9 to test with.
Comment #2
twodComment #3
Paul Lomax commentedThis seems to have been fixed by a different set of updates in the latest dev, intentional or not. Closing down.