仕様変更:現在のタブを閉じた時、前の兄弟タブではなく、直前の折りたたまれていないタブにフォーカスを移すようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4764 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1a6faa7e67
commit
d472c30de5
@ -1612,7 +1612,6 @@ TreeStyleTabBrowser.prototype = {
|
||||
getNextFocusedTab : function(aTab)
|
||||
{
|
||||
return this.getNextSiblingTab(aTab) ||
|
||||
this.getPreviousSiblingTab(aTab) ||
|
||||
this.getPreviousVisibleTab(aTab);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user