mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 722681 - Show the tab close button immediately when opening a second tab. r=dao
This commit is contained in:
parent
5d8d471d8b
commit
0a8e0297ba
@ -1265,6 +1265,12 @@
|
|||||||
else {
|
else {
|
||||||
t._animStartTime = Date.now();
|
t._animStartTime = Date.now();
|
||||||
t.setAttribute("fadein", "true");
|
t.setAttribute("fadein", "true");
|
||||||
|
|
||||||
|
// This call to adjustTabstrip is redundant but needed so that
|
||||||
|
// when opening a second tab, the first tab's close buttons
|
||||||
|
// appears immediately rather than when the transition ends.
|
||||||
|
if (tabContainer.childNodes.length == 2)
|
||||||
|
tabContainer.adjustTabstrip();
|
||||||
}
|
}
|
||||||
}, 0, this.tabContainer);
|
}, 0, this.tabContainer);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user