Bug 635737 - Zoom animation frame is rotated when we zoom out of a non-top stacked tab [f=ttaubert, r=ian, a=beltzner]

This commit is contained in:
Michael Yoshitaka Erlewine 2011-02-22 15:48:41 -05:00
Родитель b71845500e
Коммит b8ed74ee0a
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -702,6 +702,11 @@ TabItem.prototype = Utils.extend(new Item(), new Subscribable(), {
$tab.addClass("front");
// If we're in a stacked group, make sure we become the
// topChild now so that we show the zoom animation correctly.
if (this.parent && this.parent.isStacked())
this.parent.setTopChild(this);
let animateZoom = gPrefBranch.getBoolPref("animate_zoom");
if (animateZoom) {
// The scaleCheat of 2 here is a clever way to speed up the zoom-out