[Webkit-unassigned] [Bug 20695] Inspector should sort contents of arrays numerically rather than lexically

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 13:44:01 PDT 2009


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





--- Comment #2 from Timothy Hatcher <timothy at hatcher.name>  2009-09-14 13:44:01 PDT ---
I think we should show length, but not mixed with the number properties. But as
a number next to the object name. We could/should do this for anythign with a
length I think, so NodeLists, etc.

So it would look like this:

forBar: Array (2)
   0: "def"
   1: "abc"


Or:

myElement: HTMLDivElement
  childNodes: NodeList (2)
     0: HTMLDivElement
     1: HTMLDivElement
      ...

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