Automatically hide the tab bar by wheel scrolling on the content area

This commit is contained in:
YUKI Hiroshi 2012-12-03 20:21:01 +09:00
parent 2f21433115
commit 2fdf574251

View File

@ -145,7 +145,8 @@
<tooltip id="treestyletab-full-tree-tooltip"/>
<panel id="treestyletab-autohide-content-area-screen"
onpopupshowing="if ('setConsumeRollupEvent' in this.popupBoxObject) this.popupBoxObject.setConsumeRollupEvent(Components.interfaces.nsIPopupBoxObject.ROLLUP_NO_CONSUME);"
onclick="this.hidePopup();"/>
onclick="this.hidePopup();"
onDOMMouseScroll="this.hidePopup()"/>
</popupset>
</overlay>