зеркало из https://github.com/mozilla/pjs.git
Bug 387990 [a11y] mouse pointer position can prevent keyboard access to submenus r=enndeakin sr=roc
This commit is contained in:
Родитель
bbe9894754
Коммит
2a08dca4c2
|
@ -492,8 +492,9 @@ nsMenuFrame::HandleEvent(nsPresContext* aPresContext,
|
|||
if (IsMenu() && !onmenubar && IsOpen()) {
|
||||
// Submenus don't get closed up immediately.
|
||||
}
|
||||
else
|
||||
else if (this == mMenuParent->GetCurrentMenuItem()) {
|
||||
mMenuParent->ChangeMenuItem(nsnull, PR_FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче