Minefieldでタブの透明度が1で固定されてしまう問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7031 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-07-21 14:48:07 +00:00
parent 61027e9efc
commit 6f54d8beba

View File

@ -2013,9 +2013,9 @@ TreeStyleTabBrowser.prototype = {
this.multipleCount++;
}
if (this.animationEnabled && !this.restoringTree) {
if (this.animationEnabled) {
this.updateTabCollapsed(tab, true, true);
this.updateTabCollapsed(tab, false);
this.updateTabCollapsed(tab, false, this.restoringTree);
}
if (this.readiedToOpenDivertedTab) {
@ -4297,7 +4297,7 @@ TreeStyleTabBrowser.prototype = {
(CSSTransitionEnabled ?
(
collapseProp+': -'+endMargin+'px !important;'+
'opacity: '+endOpacity+' !important;'
(endOpacity == 0 ? 'opacity: '+endOpacity+' !important;' : '' )
) :
'' )
);