[Webkit-unassigned] [Bug 203349] New: Web Inspector: DOMDebugger: Node Removed breakpoints should fire whenever the node is removed from the main DOM tree, not just when it's removed from it's parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 16:34:44 PDT 2019


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

            Bug ID: 203349
           Summary: Web Inspector: DOMDebugger: Node Removed breakpoints
                    should fire whenever the node is removed from the main
                    DOM tree, not just when it's removed from it's parent
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

If I have a DOM tree

    <a>
        <b>
            <c>

where <c> has a Node Removed DOM breakpoint, we currently only trigger that breakpoint of <c> is removed from <b>, but not if <b> is removed from <a> or if <a> is removed from its parent (and so on, all the way up to the root).  We should treat the Node Removed DOM breakpoint as a "trigger when this node is about to be removed from the main DOM tree" instead of "trigger when this node is about to be removed from its parent".

-- 
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/20191023/c2a0b559/attachment.htm>


More information about the webkit-unassigned mailing list