[Webkit-unassigned] [Bug 161264] REGRESSION: Web Inspector: Inspector overlay node info has disappeared

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 13:54:00 PDT 2016


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Maybe this doesn't work anymore? We should audit InspectorOverlayPage.js for issues after that change:

    DOMBuilder.prototype.appendTextNode = function(content)
    {
        var node = document.createTextNode();
        node.textContent = content;
        this.element.appendChild(node);
        return node;
    }

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


More information about the webkit-unassigned mailing list