зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bustage
This commit is contained in:
Родитель
5965dc9d5b
Коммит
be77994ffa
|
@ -1346,6 +1346,7 @@ nsFrameManager::ReResolveStyleContext(nsPresContext *aPresContext,
|
|||
newContext->Release();
|
||||
}
|
||||
|
||||
#ifdef ACCESSIBILITY
|
||||
if (isAccessibilityActive &&
|
||||
aFrame->GetStyleVisibility()->IsVisible() != isVisible) {
|
||||
// XXX Visibility does not affect descendents with visibility set
|
||||
|
@ -1360,6 +1361,7 @@ nsFrameManager::ReResolveStyleContext(nsPresContext *aPresContext,
|
|||
nsIAccessibleEvent::EVENT_SHOW);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return aMinChange;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче