Update code for removed nsIPopupBoxObject interface.

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=979835
This commit is contained in:
YUKI Hiroshi 2015-02-26 19:34:02 +09:00
parent d6be4e6396
commit c769438610

View File

@ -143,7 +143,7 @@
<tooltip id="treestyletab-full-tree-tooltip"/> <tooltip id="treestyletab-full-tree-tooltip"/>
<panel id="treestyletab-autohide-content-area-screen" <panel id="treestyletab-autohide-content-area-screen"
treestyletab-ignore-state="true" treestyletab-ignore-state="true"
onpopupshown="if ('setConsumeRollupEvent' in this.popupBoxObject) this.popupBoxObject.setConsumeRollupEvent(this.popupBoxObject.ROLLUP_NO_CONSUME);" onpopupshown="if ('setConsumeRollupEvent' in this.popupBoxObject) this.popupBoxObject.setConsumeRollupEvent(this.popupBoxObject.ROLLUP_NO_CONSUME || PopupBoxObject.ROLLUP_NO_CONSUME);"
onclick="this.hidePopup();" onclick="this.hidePopup();"
onDOMMouseScroll="this.hidePopup()"/> onDOMMouseScroll="this.hidePopup()"/>
</popupset> </popupset>