Bug 311460. Accevent failing for options in closed combo box. Also fixes bug 310377, AccessibleObjectFromPoint not working in multiple tabs. r=parente, sr=jst, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181965 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user