rightside tab bar should be resizable even if it is shrunken and not inverted.

This commit is contained in:
SHIMODA Hiroshi 2011-05-06 18:58:05 +09:00
parent b82531cc51
commit eade75a329

View File

@ -331,11 +331,7 @@ AutoHideBrowser.prototype = {
var sensitiveArea = this.sensitiveArea;
/* For resizing of shrunken tab bar and clicking closeboxes,
we have to shrink sensitive area a little. */
if (this.shrunken) {
sensitiveArea = 0;
if (pos != 'right' || b.getAttribute(sv.kTAB_INVERTED) == 'true')
sensitiveArea -= 20;
}
if (this.shrunken) sensitiveArea -= 20;
var shouldKeepShown = (
pos == 'left' ?