From 494062a80ac54bdfdbff746c95d433e0231b5e30 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 16 Apr 2008 08:27:58 +0000 Subject: - don't use onchange to toggle editor because of IE bug git-svn-id: https://svn.roundcube.net/trunk@1315 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 9989a82b6..1189c991e 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -825,7 +825,7 @@ function rcmail_editor_selector($attrib) $selector = ''; $attrib['name'] = '_editorSelect'; - $attrib['onchange'] = 'return rcmail_toggle_editor(this)'; + $attrib['onclick'] = 'return rcmail_toggle_editor(this)'; foreach ($choices as $value => $text) { $attrib['id'] = '_' . $value; -- cgit v1.2.3