タブバーの位置を上または下に変えるとき、タブバーを自動的に隠す処理を終了するようにした

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1531 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2007-11-09 05:11:45 +00:00
parent f0f56ca01e
commit 335e98c381

View File

@ -3158,6 +3158,7 @@ TreeStyleTabBrowserObserver.prototype = {
{
case 'extensions.treestyletab.tabbar.position':
if (value != 'left' && value != 'right') {
sv.endAutoHide(this.mTabBrowser);
tabs.forEach(function(aTab) {
aTab.removeAttribute('align');
aTab.setAttribute('maxwidth', 250);