Bug 395314 - "Larry UI: click to close" [p=johnath r=gavin a=blocking-firefox3+ for M9]

This commit is contained in:
reed@reedloden.com 2007-10-23 12:22:31 -07:00
Родитель 11127cfbdd
Коммит 83208efeac
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -5811,6 +5811,10 @@ IdentityHandler.prototype = {
// the popup is actually needed // the popup is actually needed
this._identityPopup.hidden = false; this._identityPopup.hidden = false;
// Tell the popup to consume dismiss clicks, to avoid bug 395314
this._identityPopup.popupBoxObject
.setConsumeRollupEvent(Ci.nsIPopupBoxObject.ROLLUP_CONSUME);
// Update the popup strings // Update the popup strings
this.setPopupMessages(this._identityBox.className); this.setPopupMessages(this._identityBox.className);