Bug 395314 - "Larry UI: click to close" [p=johnath r=gavin a=blocking-firefox3+ for M9]
git-svn-id: svn://10.0.0.236/trunk@238037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a7c5bd708a
commit
0f2770910b
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user