зеркало из https://github.com/mozilla/gecko-dev.git
Bug 425798: fix typo from patch in bug 404438, pending r+a=mconnor
This commit is contained in:
Родитель
da06e8ea9a
Коммит
01a7d74be5
|
@ -697,10 +697,11 @@
|
|||
this.setAttribute("width", width > 100 ? width : 100);
|
||||
|
||||
// setConsumeRollupEvent() before we call openPopup()
|
||||
var nsIPopupBO = Components.interfaces.nsIPopupBoxObject;
|
||||
this.popupBoxObject.setConsumeRollupEvent(
|
||||
this.mInput.consumeRollupEvent ?
|
||||
Ci.nsIPopupBoxObject.ROLLUP_CONSUME :
|
||||
Ci.nsIPopupBoxObject.ROLLUP_NO_CONSUME);
|
||||
nsIPopupBO.ROLLUP_CONSUME :
|
||||
nsIPopupBO.ROLLUP_NO_CONSUME);
|
||||
this.openPopup(aElement, "after_start", 0, 0, false, false);
|
||||
}
|
||||
]]></body>
|
||||
|
@ -945,10 +946,11 @@
|
|||
this._invalidate();
|
||||
|
||||
// setConsumeRollupEvent() before we call openPopup()
|
||||
var nsIPopupBO = Components.interfaces.nsIPopupBoxObject;
|
||||
this.popupBoxObject.setConsumeRollupEvent(
|
||||
this.mInput.consumeRollupEvent ?
|
||||
Ci.nsIPopupBoxObject.ROLLUP_CONSUME :
|
||||
Ci.nsIPopupBoxObject.ROLLUP_NO_CONSUME);
|
||||
nsIPopupBO.ROLLUP_CONSUME :
|
||||
nsIPopupBO.ROLLUP_NO_CONSUME);
|
||||
this.openPopup(aElement, "after_start", 0, 0, false, false);
|
||||
}
|
||||
]]>
|
||||
|
|
Загрузка…
Ссылка в новой задаче