Closed
Bug 852952
Opened 12 years ago
Closed 12 years ago
transitionend is not fired if the new tab is move before transitionend
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 23
Tracking | Status | |
---|---|---|
firefox20 | --- | unaffected |
People
(Reporter: tabmix.onemen, Unassigned)
References
Details
(Keywords: regression, Whiteboard: fixed by bug 850163)
After bug 844466 landed transitionend is not fired if the new tab is move before transitionend
for example:
var newTab = gBrowser.addTab("about:blank", {relatedToCurrent: false});
gBrowser.moveTabTo(newTab, 0);
result:
transitionend event handler is not run and _handleNewTab is not run
status-firefox20:
--- → unaffected
tracking-firefox21:
--- → ?
tracking-firefox22:
--- → ?
Keywords: regression
Comment 1•12 years ago
|
||
Loic, you need to provide some reasoning for why you think something should be tracked. This doesn't seem like a severe bug.
tracking-firefox21:
? → ---
tracking-firefox22:
? → ---
Updated•12 years ago
|
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•