Minefieldでタブの透明度が1で固定されてしまう問題を修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7031 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
61027e9efc
commit
6f54d8beba
@ -2013,9 +2013,9 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
this.multipleCount++;
|
this.multipleCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.animationEnabled && !this.restoringTree) {
|
if (this.animationEnabled) {
|
||||||
this.updateTabCollapsed(tab, true, true);
|
this.updateTabCollapsed(tab, true, true);
|
||||||
this.updateTabCollapsed(tab, false);
|
this.updateTabCollapsed(tab, false, this.restoringTree);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.readiedToOpenDivertedTab) {
|
if (this.readiedToOpenDivertedTab) {
|
||||||
@ -4297,7 +4297,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
(CSSTransitionEnabled ?
|
(CSSTransitionEnabled ?
|
||||||
(
|
(
|
||||||
collapseProp+': -'+endMargin+'px !important;'+
|
collapseProp+': -'+endMargin+'px !important;'+
|
||||||
'opacity: '+endOpacity+' !important;'
|
(endOpacity == 0 ? 'opacity: '+endOpacity+' !important;' : '' )
|
||||||
) :
|
) :
|
||||||
'' )
|
'' )
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user