[Webkit-unassigned] [Bug 191874] New: Mutation observers doesn't get notified of character data mutation made by the parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 20:55:13 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191874

            Bug ID: 191874
           Summary: Mutation observers doesn't get notified of character
                    data mutation made by the parser
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com

When MutationObserver is observing a text node e.g. via a subtree observation,
and the HTML parser appends more data to it, the observer never gets invoked
with mutation records of the character data mutation made by the parser.

<rdar://problem/42477645>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181121/fcf22d22/attachment.html>


More information about the webkit-unassigned mailing list