зеркало из https://github.com/mozilla/gecko-dev.git
Bug 543065, only scroll one ancestor of menus, r=roc
This commit is contained in:
Родитель
11899f3991
Коммит
da57c6242a
|
@ -1253,7 +1253,8 @@ void nsMenuPopupFrame::EnsureMenuItemIsVisible(nsMenuFrame* aMenuItem)
|
|||
nsRect(nsPoint(0,0), aMenuItem->GetRect().Size()),
|
||||
NS_PRESSHELL_SCROLL_ANYWHERE,
|
||||
NS_PRESSHELL_SCROLL_ANYWHERE,
|
||||
nsIPresShell::SCROLL_OVERFLOW_HIDDEN);
|
||||
nsIPresShell::SCROLL_OVERFLOW_HIDDEN |
|
||||
nsIPresShell::SCROLL_FIRST_ANCESTOR_ONLY);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче