зеркало из https://github.com/mozilla/pjs.git
Bug 241991. State change event for doc should clear busy flag when doc finished loading. r=kyle, sr=jst
This commit is contained in:
Родитель
0a8345147b
Коммит
dc29d67a29
|
@ -601,6 +601,7 @@ void nsDocAccessible::FireDocLoadFinished()
|
|||
|
||||
if (mBusy != eBusyStateDone) {
|
||||
#ifndef MOZ_ACCESSIBILITY_ATK
|
||||
mBusy = eBusyStateDone; // before event callback so STATE_BUSY is not reported
|
||||
FireToolkitEvent(nsIAccessibleEvent::EVENT_STATE_CHANGE, this, nsnull);
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче