зеркало из https://github.com/mozilla/pjs.git
bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad
This commit is contained in:
Родитель
df081ff7c2
Коммит
6b5809ae5f
|
@ -381,7 +381,8 @@
|
|||
if (this.mBrowser.userTypedClear > 0)
|
||||
this.mBrowser.userTypedValue = null;
|
||||
|
||||
if (aWebProgress.DOMWindow == this.mBrowser.contentWindow)
|
||||
if (aWebProgress.DOMWindow == this.mBrowser.contentWindow &&
|
||||
aWebProgress.isLoadingDocument)
|
||||
this.mTabBrowser.setIcon(this.mTab, null);
|
||||
|
||||
if (!this.mBlank && this.mTabBrowser.mCurrentTab == this.mTab) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче