Bug 543065, only scroll one ancestor of menus, r=roc

This commit is contained in:
Neil Deakin 2010-02-20 11:10:35 -05:00
Родитель 11899f3991
Коммит da57c6242a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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);
}
}