[Webkit-unassigned] [Bug 30486] New: Web Inspector: Title of dir(["test", "test2"]) should be Array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 14:35:21 PDT 2009


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

           Summary: Web Inspector: Title of dir(["test", "test2"]) should
                    be Array
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name
                CC: timothy at hatcher.name, aroben at apple.com,
                    rik at webkit.org, joepeck at webkit.org,
                    pfeldman at chromium.org


We use the toString value when printing the title of the expandable tree for
arrays. But we don't do this for other objects (from what I can tell.)

dir(["test", "test1,test2"])

results in:

[test,test1,test2]

This shows the poor toString support for Arrays.

We should just say Array for the title.

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