зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c2534fb49e
Коммит
f5c7d43d7b
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче