зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
23ab90d8b0
Коммит
69869e5ba0
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче