Closed
Bug 731556
Opened 13 years ago
Closed 13 years ago
When closing a hidden tab, don't attempt to animate it
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 13
People
(Reporter: dao, Assigned: dao)
Details
Attachments
(1 file)
1.00 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Open two tabs, select the second tab, evaluate this in the error console:
var b = top.opener.gBrowser; var t = b.tabs[0]; b.hideTab(t); b.removeTab(t, {animate: true});
-> "Giving up waiting for the tab closing animation to finish"
Attachment #601578 -
Flags: review?(gavin.sharp)
Updated•13 years ago
|
Attachment #601578 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Target Milestone: --- → Firefox 13
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•