[Webkit-unassigned] [Bug 143139] Web Inspector: Uncaught Exception: TypeError: Attempted to assign to readonly - DOMNodeDetailsSidebarPanel.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 12:00:02 PDT 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Looks like there are plenty of places that set the selectable state of a DataGridNode:

    var node = new WebInspector.DataGridNode({name: attribute.name, value: attribute.value || ""}, false);
    node.selectable = true;

But DataGridNode only has a getter for "selectable" not a setter.

-- 
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/20150327/e2c23c02/attachment-0002.html>


More information about the webkit-unassigned mailing list