Open
Bug 1468851
Opened 6 years ago
Updated 2 years ago
Inconsistent mozAutoDocUpdate + nsNodeUtils::AttributeWillChange handling
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
Details
In some cases, like SetAttr, AttributeWillChange is called before entering doc update, but in others, like UnsetAttr, we enter the update first.
I would expect entering doc update before AttributeWillChange call, but perhaps I'm missing something.
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•