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();
}
Closed: outdated
2.2
Editor - CKEditor
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.