Automatically hide the tab bar by wheel scrolling on the content area
This commit is contained in:
parent
2f21433115
commit
2fdf574251
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user