Open
Bug 1444886
Opened 7 years ago
Updated 2 years ago
When closing a tab, select the next tab at the same time as the closed tab disappears
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
Tracking
()
People
(Reporter: florian, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf:frontend, perf:responsiveness)
I already observed this on very slow machines, but now I'm able to catch this in a test when adding flicker coverage for the browser_tabclose_reflows.js test.
The current behavior when we close a tab is:
1. Make the closed tab disappear (it becomes fully transparent but its space remains in the tab strip).
2. In another frame, mark another tab as selected.
3. Animate removing the empty area left by the tab that has been closed.
Steps 1 and 2 should happen in the same frame.
Comment 1•7 years ago
|
||
We already call _blurTab *before* we start the closing tab by removing the fadein attribute. But I guess given the async tab switcher, we don't select the tab synchronously.
Blocks: async-tab-switcher
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•