Object doesn't support property or method 'createRange' reported in Internet Explorer

Created on 22 January 2014, over 10 years ago
Updated 20 September 2023, 9 months ago

Steps to reproduce:

On Internet Explorer 9
admin/config/content/wysiwyg/profile/full_html/edit

Check the Media Browser plugin.

Click 'Add Media' button on WYSIWYG toolbar

Line: 203 Error: Object doesn't support property or method 'createRange'
ckeditor-3.0.js

Drupal.wysiwyg.editor.instance.ckeditor = {
....
   
  if (CKEDITOR.env.ie) {
                    data.content = selection.getNative().createRange().text;
                  }
                  else {
                    data.content = selection.getNative().toString();
                  }
πŸ› Bug report
Status

Closed: outdated

Version

2.2

Component

Editor - CKEditor

Created by

πŸ‡§πŸ‡ͺBelgium jazio

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024