bug for IME input activation wrongly causing the menu to be activated. r=ftang,jfrancis, a=jar hyatt pdt+ bug dont remember which one
This commit is contained in:
Родитель
f223c0f551
Коммит
ec5aa889d9
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче