I have the same problem when trying to “Insert into Post” a photo. The problem appears using Opera 11.50 browser. When i click “Insert into Post” i get a blank window and nothing happens.
– I tried disabling plug-ins, but no change
– I tried switching to Twenty Eleven theme, but no change
The error console on Opera reports this:
[14/7/2011 2:31:48 μμ] JavaScript - https://www.domain.com/blog/wp-admin/media-upload.php?type=image&tab=type&post_id=13487
Inline script thread
Uncaught exception: DOMException: INDEX_SIZE_ERR
Error thrown at line 1, column 172088 in <anonymous function: setRng>(i) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630:
g.selectedRange=h.getRangeAt(0)
called from line 1, column 160437 in <anonymous function: setContent>(k, j) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630:
h.setRng(f)
called from line 1, column 319323 in <anonymous function: mceInsertContent>(z, D, E) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630:
p.setContent('<span id="__mce">\uFEFF</span>',{no_events:false});
called from line 1, column 314080 in q(y, x, v) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630:
u(y,x,v);
called from line 1, column 291213 in <anonymous function: execCommand>(x, v, z, p) in https://www.domain.com/blog/wp-includes/js/tinymce/tiny_mce.js?ver=342-20110630:
if(r.editorCommands.execCommand(x,v,z))
called from line 21, column 2 in send_to_editor(h) in https://www.domain.com/blog/wp-admin/js/media-upload.dev.js?ver=20110425:
ed.execCommand('mceInsertContent', false, h);
called from line 4, column 0 in https://www.domain.com/blog/wp-admin/media-upload.php?type=image&tab=type&post_id=13487:
win.send_to_editor('<a href=\"https://www.domain.com/blog/wp-content/uploads/2011/07/Contest-TiDiGino6.jpg\"><img src=\"https://www.domain.com/blog/wp-content/uploads/2011/07/Contest-TiDiGino6.jpg\" alt=\"\" title=\"Contest-TiDiGino\" width=\"570\" height=\"381\" class=\"aligncenter size-full wp-image-13491\" /></a>');
Why is there a backslash (\) inside code on the last lines?