Open
Bug 1082828
Opened 10 years ago
Updated 2 years ago
Avoid unnecessary ImageLoadTask queuing during document teardown for <img> in <picture>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: johns, Unassigned)
References
Details
The ImageLoadTask event that was added in bug 1037643 will queue tasks when an image is removed from <picture> during document teardown, though the image is doomed. This should be avoided.
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Comment 1•2 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: john → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•