Update code for removed nsIPopupBoxObject interface.
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=979835
This commit is contained in:
parent
d6be4e6396
commit
c769438610
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user