bug for IME input activation wrongly causing the menu to be activated. r=ftang,jfrancis, a=jar hyatt pdt+ bug dont remember which one
git-svn-id: svn://10.0.0.236/trunk@61701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -82,8 +82,8 @@ nsMenuBarListener::KeyUp(nsIDOMEvent* aKeyEvent)
|
||||
#if !defined(XP_UNIX) || defined(NTO)
|
||||
if (theChar == NS_VK_ALT && mAltKeyDown) {
|
||||
// The ALT key was down and is now up.
|
||||
mAltKeyDown = PR_FALSE;
|
||||
mMenuBarFrame->ToggleMenuActiveState();
|
||||
mAltKeyDown = PR_FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user