[Webkit-unassigned] [Bug 114810] New: Web Inspector: console.table isn't taking more than 5 named columns per row.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 06:07:18 PDT 2013


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

           Summary: Web Inspector: console.table isn't taking more than 5
                    named columns per row.
           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: david.mulder at ymail.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    pfeldman at chromium.org, graouts at apple.com


Bug 109453 implements the table function of the console object, however any columns after the fifth column of each row are ignored. This can be easily seen when executing the following line from the console:

console.table([{a:1, b:2, c:3, d:4, e:5, f:6, g:7},{h:1, i:2, j:3, k:4, l:5, m:6, n:7}]);

F, G, M and N aren't visible at all. Logging unnamed columns works fine ( console.table([[1, 2, 3, 4, 5, 6, 10],[1, 2, 3, 4, 5, 6, 10]]); ).

Additionally I would like to point out that logging long strings will cause the striped background to get misaligned with the rows:

console.table([["abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz","abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz","abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz","abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz","abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz","abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz","abcdefghijklmnopqrstuvwxyz abcdefghijklmnopqrstuvwxyz"]]);

I hope this will get resolved soon, because if properly used this is an incredibly incredibly useful feature!
 Thank you very much,
  David Mulder

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