mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 604215 - Part 2: when switching into tab view, start the heartbeat only after the zoom operation has been finished; r=ian a=blocking-final+
This commit is contained in:
parent
b0de9c6e9e
commit
d97ee82c1c
@ -499,6 +499,8 @@ let UI = {
|
||||
|
||||
self._resize(true);
|
||||
dispatchEvent(event);
|
||||
|
||||
TabItems.resumePainting();
|
||||
});
|
||||
} else {
|
||||
if (currentTab && currentTab._tabViewTabItem)
|
||||
@ -506,9 +508,9 @@ let UI = {
|
||||
|
||||
self.setActiveTab(null);
|
||||
dispatchEvent(event);
|
||||
}
|
||||
|
||||
TabItems.resumePainting();
|
||||
TabItems.resumePainting();
|
||||
}
|
||||
},
|
||||
|
||||
// ----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user