From 3dd0f253339e7f8e2aef6567987709c07b5d4e7f Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 16 Apr 2008 08:27:58 +0000 Subject: - don't use onchange to toggle editor because of IE bug --- program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 9989a82b6..1189c991e 100644 --- a/program/steps/mail/compose.inc +++ b/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