Bug 604215 - Part 3: Prioritize showing the target tab over internal maintenance tasks when switching to a tab from Panorama; r=ian a=blocking-final+

This commit is contained in:
Ehsan Akhgari 2011-01-15 15:11:50 -05:00
Родитель 23ab90d8b0
Коммит 69869e5ba0
1 изменённых файлов: 8 добавлений и 6 удалений

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

@ -649,13 +649,15 @@ TabItem.prototype = Utils.extend(new Item(), new Subscribable(), {
duration: 230,
easing: 'fast',
complete: function() {
TabItems.resumePainting();
$tabEl
.css(orig)
.removeClass("front");
onZoomDone();
setTimeout(function() {
TabItems.resumePainting();
$tabEl
.css(orig)
.removeClass("front");
}, 0);
}
});
} else {