Bug 1170759 - Update permissions section when switching between tabs with the keyboard while the identity panel is shown r=Gijs

This commit is contained in:
Tim Taubert 2015-06-15 14:06:09 +02:00
Родитель 0d6a679391
Коммит 99aaaa3faf
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -6859,8 +6859,10 @@ var gIdentityHandler = {
this.setIdentityMessages(newMode);
// Update the popup too, if it's open
if (this._identityPopup.state == "open")
if (this._identityPopup.state == "open") {
this.setPopupMessages(newMode);
this.updateSitePermissions();
}
this._mode = newMode;
},