From eb9eff07115b6b54bbd343d345189a6861e0ae78 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 27 Aug 2010 12:26:00 +0000 Subject: - Fix TinyMCE buttons are hidden in Opera (#1486922) - Fix initial resizing of html editor in some browsers --- program/js/editor.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program') diff --git a/program/js/editor.js b/program/js/editor.js index 248c79476..6cf3c6aaf 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -69,6 +69,8 @@ function rcmail_editor_callback(editor) rcmail.change_identity(elem); // set tabIndex and set focus to element that was focused before rcmail_editor_tabindex(rcmail.env.compose_focus_elem && rcmail.env.compose_focus_elem.id == rcmail.env.composebody); + // Trigger resize (needed for proper editor resizing in some browsers using default skin) + $(window).resize(); } // set tabIndex on tinyMCE editor -- cgit v1.2.3