Bug 79710
Summary: | Deliver to MutationObservers in creation order | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Klein <adamk> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ojan, rafaelw, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 68729 |
Adam Klein
Currently, delivery is in the order of the first mutation per observer per microtask. It should be, instead, in order of MutationObserver creation, oldest-to-newest.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16092
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Klein
*** This bug has been marked as a duplicate of bug 80549 ***