зеркало из https://github.com/mozilla/gecko-dev.git
Bug 392153. Form to file a bug is missing from MSAA tree. r=ginn.chen, a=dsicore
This commit is contained in:
Родитель
2521c277ce
Коммит
7b9ec680d9
|
@ -1138,11 +1138,9 @@ void nsDocAccessible::ContentAppended(nsIDocument *aDocument,
|
|||
nsIContent* aContainer,
|
||||
PRInt32 aNewIndexInContainer)
|
||||
{
|
||||
if (!mIsContentLoaded || !mDocument) {
|
||||
if (mAccessNodeCache.Count() <= 1) {
|
||||
// See comments in nsDocAccessible::InvalidateCacheSubtree
|
||||
InvalidateChildren();
|
||||
}
|
||||
if ((!mIsContentLoaded || !mDocument) && mAccessNodeCache.Count() <= 1) {
|
||||
// See comments in nsDocAccessible::InvalidateCacheSubtree
|
||||
InvalidateChildren();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче