fix 41573 mac IME problem. r=sfraser@netscape.com

git-svn-id: svn://10.0.0.236/trunk@71821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ftang%netscape.com
2000-06-08 23:29:43 +00:00
parent 5adaa3e694
commit dcaebe656e

View File

@@ -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");
}