зеркало из https://github.com/mozilla/gecko-dev.git
Shortcut navigation doesn't work in bookmark context menus b=335162 r=Enn sr=bz
This commit is contained in:
Родитель
6ee350d4a0
Коммит
4c193c57aa
|
@ -1691,6 +1691,11 @@ nsMenuPopupFrame::FindMenuWithShortcut(nsIDOMKeyEvent* aKeyEvent, PRBool& doActi
|
|||
NS_IMETHODIMP
|
||||
nsMenuPopupFrame::ShortcutNavigation(nsIDOMKeyEvent* aKeyEvent, PRBool& aHandledFlag)
|
||||
{
|
||||
// See if we have a context menu open.
|
||||
nsIMenuParent *contextMenu = GetContextMenu();
|
||||
if (contextMenu)
|
||||
return contextMenu->ShortcutNavigation(aKeyEvent, aHandledFlag);
|
||||
|
||||
if (mCurrentMenu) {
|
||||
PRBool isOpen = PR_FALSE;
|
||||
mCurrentMenu->MenuIsOpen(isOpen);
|
||||
|
|
Загрузка…
Ссылка в новой задаче