From dcaebe656e22d9bcbf019713cb3f8f7ba3efd42f Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Thu, 8 Jun 2000 23:29:43 +0000 Subject: [PATCH] fix 41573 mac IME problem. r=sfraser@netscape.com git-svn-id: svn://10.0.0.236/trunk@71821 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer/content/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/editor/ui/composer/content/editor.js b/mozilla/editor/ui/composer/content/editor.js index 454b75ee46b..476b6556017 100644 --- a/mozilla/editor/ui/composer/content/editor.js +++ b/mozilla/editor/ui/composer/content/editor.js @@ -130,7 +130,8 @@ var DocumentStateListener = // hack! Should not need this updateCommands, but there is some controller // bug that this works around. ?? - window.content.focus(); + // comment out the following line because it cause 41573 IME problem on Mac + //window.content.focus(); window.updateCommands("create"); window.updateCommands("save"); }