git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7197 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-14 03:04:37 +00:00
parent 718441567d
commit 0f371ab3ae

View File

@ -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();