Bug 311460. Accevent failing for options in closed combo box. Also fixes bug 310377, AccessibleObjectFromPoint not working iin multiple tabs. r=parent, sr=jst

This commit is contained in:
aaronleventhal%moonset.net 2005-10-08 18:05:40 +00:00
Родитель c2534fb49e
Коммит f5c7d43d7b
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1848,8 +1848,7 @@ NS_IMETHODIMP nsAccessibilityService::GetAccessible(nsIDOMNode *aNode,
}
// Check frame to see if it is hidden
if (!frame || !frame->GetStyleVisibility()->IsVisible() ||
!frame->AreAncestorViewsVisible()) {
if (!frame || !frame->GetStyleVisibility()->IsVisible()) {
*aIsHidden = PR_TRUE;
}