Tab Mix Plusで、現在のタブを閉じた後に常に右のタブにフォーカスする設定の時も、ツリー型タブ自身による処理を優先するようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4769 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
bcbcf6608f
commit
4ec13b0a5a
@ -432,7 +432,8 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TreeStyleTabService.registerTabFocusAllowance(function(aTabBrowser) {
|
TreeStyleTabService.registerTabFocusAllowance(function(aTabBrowser) {
|
||||||
return aTabBrowser.treeStyleTab.getPref('extensions.tabmix.focusTab') == 2;
|
var mode = aTabBrowser.treeStyleTab.getPref('extensions.tabmix.focusTab');
|
||||||
|
return mode == 2 || mode == 5;
|
||||||
});
|
});
|
||||||
|
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user