Scrollbars broken in IE9 when using inline popup mode
Brought to you by:
wvankuipers
Scrollbaars in inline popup of Archiv are broken in IE9 (and in IE8 emulation too). The workaround is easy - in editor_plugin.js (and editor_plugin_src.js) change this:
inline : 1
to
inline : !tinymce.isIE
(this line is there 2 times). This way, an ordinary popup window is opened in IE instead of an inline popup. Inline popup is still used in other browsers.