[Webkit-unassigned] [Bug 130161] Web Inspector: Classname stuff in WebInspector.displayNameForNode should join DOMTokenList classList instead of using string parsing and concatenation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 17:11:05 PDT 2014


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


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Timothy Hatcher <timothy at apple.com>  2014-03-12 17:11:28 PST ---
node is not a real DOMNode, it is our DOMNode proxy. So we don't have access to classList unless we go to the injected script for it. That is why we do what we do here.

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