Bug 405445 Let popup know which notification button was clicked r=Enn a=dsicore

This commit is contained in:
neil@parkwaycc.co.uk 2007-12-03 15:20:29 -08:00
parent 67bf3693e9
commit 9c29ea4f59

View File

@ -383,6 +383,7 @@
var button = aEvent.target.buttonInfo;
if (button.popup) {
document.popupNode = aEvent.target;
document.getElementById(button.popup).
showPopup(aEvent.originalTarget, -1, -1, "popup", "bottomleft", "topleft");
aEvent.stopPropagation();