diff --git a/editors/js/ckeditor-3.0.js b/editors/js/ckeditor-3.0.js index d2cf300..f8ae7d3 100644 --- a/editors/js/ckeditor-3.0.js +++ b/editors/js/ckeditor-3.0.js @@ -177,7 +177,7 @@ Drupal.wysiwyg.editor.instance.ckeditor = { data.node = data.node.$; } if (selection.getType() == CKEDITOR.SELECTION_TEXT) { - if (CKEDITOR.env.ie) { + if (CKEDITOR.env.ie && CKEDITOR.env.version > 9) { data.content = selection.getNative().createRange().text; } else {