зеркало из https://github.com/mozilla/pjs.git
Bug 395314 - "Larry UI: click to close" [p=johnath r=gavin a=blocking-firefox3+ for M9]
This commit is contained in:
Родитель
c3c1989ae5
Коммит
28afec6ce7
|
@ -5811,6 +5811,10 @@ IdentityHandler.prototype = {
|
|||
// the popup is actually needed
|
||||
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
|
||||
this.setPopupMessages(this._identityBox.className);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче