spocke wrote:Can't reproduce it on the examples on this site. Probably a version issue with IE9 or cache isssue.
I got the same.
I use IE9 and prototype.js
when I add the inlinepopups plugin to mceEditor,the SCRIPT5009 occured after I insert image from MCImageManager.
tinyMCE.init({
mode: 'textareas',
theme: 'advanced',
editor_selector: 'editor',
language: 'zh-cn',
plugins: 'autolink,lists,style,table,advhr,advimage,advlink,inlinepopups,preview,media,contextmenu,paste,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,imagemanager',
// Theme options
theme_advanced_buttons1: 'code,fullscreen,preview,|,cut,copy,paste,undo,redo,|,insertfile,insertimage,|,image,anchor,media,charmap,link,unlink,tablecontrols',
theme_advanced_buttons2: 'bold,italic,underline,strikethrough,|,sub,sup,|,bullist,numlist,|,forecolor,backcolor,formatselect,fontselect,fontsizeselect,|,justifyleft,justifycenter,justifyright,justifyfull,|,outdent,indent,blockquote',
theme_advanced_buttons3: '',
theme_advanced_toolbar_location: 'top',
theme_advanced_toolbar_align: 'left',
theme_advanced_statusbar_location: 'bottom',
theme_advanced_resizing: true,
// Skin options
skin: 'o2k7',
skin_variant: 'silver',
//
verify_html: false,
apply_source_formatting: false,
element_format: 'xhtml',
force_p_newlines: false,
preformatted: false
});