現在のタブを閉じた後にフォーカスしようとしているタブが非表示のタブの場合は、フォーカスを移さない

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7166 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-09 10:34:56 +00:00
parent 5c58302c7b
commit d70f62b4ed

View File

@ -2220,6 +2220,7 @@ TreeStyleTabBrowser.prototype = {
this._focusChangedByCurrentTabRemove = true; this._focusChangedByCurrentTabRemove = true;
if ( if (
nextFocusedTab && nextFocusedTab &&
!nextFocusedTab.hidden &&
this._tabFocusAllowance.every(function(aFunc) { this._tabFocusAllowance.every(function(aFunc) {
try { try {
return aFunc.call(this, b); return aFunc.call(this, b);