diff --git a/content/treestyletab/treestyletabbrowser_autoHide.js b/content/treestyletab/treestyletabbrowser_autoHide.js index 42aee5b1..fbaf4aa5 100644 --- a/content/treestyletab/treestyletabbrowser_autoHide.js +++ b/content/treestyletab/treestyletabbrowser_autoHide.js @@ -492,14 +492,10 @@ TreeStyleTabBrowserAutoHide.prototype = { this.onHiding(); this.showHideReason = aReason || this.kSHOWN_BY_UNKNOWN; this.resetContentAreas(); - //if ('releaseCapture' in b.mTabContainer) - // b.mTabContainer.releaseCapture(true); } else { // to be shown or expanded this.onShowing(); this.showHideReason = aReason || this.kSHOWN_BY_UNKNOWN; - //if ('setCapture' in b.mTabContainer && this.showHideReason & this.kSHOWN_BY_MOUSEMOVE) - // b.mTabContainer.setCapture(true); } this.fireStateChangingEvent();