(Spinning this off from bug 1791089). STR: 1. Visit Firefox View; ensure that "Tab Pickup" shows some tabs (from Sync) 2. In devtools, manually prompt your tabs to update by executing the following in web console: ``` document.getElementsByTagName("tab-pickup-list")[0].getSyncedTabData() ``` 3. (optional) Repeat step 2. ACTUAL RESULTS: Brief visual glitch -- the "Last Active" badge briefly collapses away to be a small circle and then comes back. EXPECTED RESULTS: No such visual glitch. Right now this happens at every step of the tour as noted in bug 1791089. But I assume it also happens in the background when the synced tab list is updated, too.
Bug 1791098 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(Spinning this off from bug 1791089). STR: 1. Visit Firefox View; ensure that "Tab Pickup" shows some tabs (from Sync) 2. In devtools, manually force your tab-pickup-list to update by executing the following in web console: ``` document.getElementsByTagName("tab-pickup-list")[0].getSyncedTabData() ``` 3. (optional) Repeat step 2. ACTUAL RESULTS: Brief visual glitch -- the "Last Active" badge briefly collapses away to be a small circle and then comes back. EXPECTED RESULTS: No such visual glitch. Right now this happens at every step of the tour as noted in bug 1791089. But I assume it also happens in the background when the synced tab list is updated, too.
(Spinning this off from bug 1791089). STR: 1. Visit Firefox View; ensure that "Tab Pickup" shows some tabs (from Sync) 2. In devtools, manually force your tab-pickup-list to update by executing the following in web console: ``` document.getElementsByTagName("tab-pickup-list")[0].getSyncedTabData() ``` 3. (optional) Repeat step 2. ACTUAL RESULTS: Every time the tab pickup list updates, there's a brief visual glitch -- the "Last Active" badge briefly collapses away to be a small circle and then comes back. EXPECTED RESULTS: No such visual glitch. Right now this happens at every step of the tour as noted in bug 1791089. But I assume it also happens in the background when the synced tab list is updated, too.