program/js/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
@@ -60,7 +60,7 @@ if (!f.type) t.bookmark = ed.selection.getBookmark(1); id = DOM.uniqueId(); id = DOM.uniqueId("mce_inlinepopups_"); // Use a prefix so this can't conflict with other ids vp = DOM.getViewPort(); f.width = parseInt(f.width || 320); f.height = parseInt(f.height || 240) + (tinymce.isIE ? 8 : 0);