[Webkit-unassigned] [Bug 116073] New: Fix wrong assertions in Range::textNodeSplit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 13 16:32:11 PDT 2013


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

           Summary: Fix wrong assertions in Range::textNodeSplit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org


We should probably merge
https://chromium.googlesource.com/chromium/blink/+/107e79cd424ad62249584a91fc55bded5bcd89ab

Fix wrong assertions in Range::textNodeSplit

Text::splitText calls Node::insertBefore, in which a DOM mutatino event handler
can update the DOM structure. The function calls Document::textNodeSplit too,
and Range::textNodeSplit called by Document::textNodeSplit assumed no one
updated the DOM structure.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list