最初の子を新しい親にする設定のとき、最初の子がフォーカスされないことがあったのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4832 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-07-30 09:36:10 +00:00
parent a6af6be4ed
commit 33d22b9212

View File

@ -1524,7 +1524,8 @@ TreeStyleTabBrowser.prototype = {
this.partTab(aTab, true);
}
), this);
if (closeParentBehavior == this.CLOSE_PARENT_BEHAVIOR_ESCALATE_ALL)
if (closeParentBehavior == this.CLOSE_PARENT_BEHAVIOR_ESCALATE_ALL ||
closeParentBehavior == this.CLOSE_PARENT_BEHAVIOR_ESCALATE_FIRST)
nextFocusedTab = firstChild;
}