[Webkit-unassigned] [Bug 44736] Web Inspector: attribute nodes don't get rendered in the console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 18:58:52 PDT 2010


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





--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2010-08-26 18:58:52 PST ---
Looks like we don't support just printing an attribute in
WebInspector.ElementsTreeElement.prototype._nodeTitleInfo.
It should be added. case Node.ATTRIBUTE_NODE is missing from that long switch.
http://trac.webkit.org/browser/trunk/WebCore/inspector/front-end/ElementsTreeOutline.js#L1253

-- 
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