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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user