<html>
<head>
<base href="https://bugs.webkit.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: console.table(): Silently hiding some columns + Key's 'name' can trigger"
href="https://bugs.webkit.org/show_bug.cgi?id=168873#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: console.table(): Silently hiding some columns + Key's 'name' can trigger"
href="https://bugs.webkit.org/show_bug.cgi?id=168873">bug 168873</a>
from <span class="vcard"><a class="email" href="mailto:webkitbugs@rmnet.com" title="ar <webkitbugs@rmnet.com>"> <span class="fn">ar</span></a>
</span></b>
<pre><span class="quote">> I suspect this was fixed by:
> <<a href="https://webkit.org/b/167175">https://webkit.org/b/167175</a>> Web Inspector: console.table only works for the first 5 properties
> <<a href="http://trac.webkit.org/changeset/210910">http://trac.webkit.org/changeset/210910</a>></span >
Yeah. I referenced in my original report. It looked promising.
<span class="quote">> Which is only a few months old. So probably past STP 16.</span >
<span class="quote">> You can try a WebKit Nightly on El Capitan. Click the download links in the "WebKit Nightly" section on: <<a href="https://webkit.org/downloads/">https://webkit.org/downloads/</a>></span >
Ahh. I didn't realize that.
A few things:
- Tested in Nightly r214393 (March 25, 2017 8:37 AM GMT)
- I can confirm all of my original test cases PASS now.
- I can now see up to 15 columns, which makes sense given:
- var maxColumnsToRender = 15;
- via: <a href="https://bugs.webkit.org/attachment.cgi?id=299184&action=diff#a/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js_sec1">https://bugs.webkit.org/attachment.cgi?id=299184&action=diff#a/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js_sec1</a>
- 16+ columns are silently suppressed (as before).
- Setting the "Column Display Restriction" argument to a column above 15 (front end cut-off) works correctly now too! (My tests: 2b, 3b).
This is great.
Thanks!
Now my only request would be: More documentation about this.
- I wasn't able to find anything about this limitation, except in <<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Web Inspector: console.table only works for the first 5 properties"
href="show_bug.cgi?id=167175">https://bugs.webkit.org/show_bug.cgi?id=167175</a>> and the source. So adding a note about this to some documentation, somewhere, would be nice :-)
- Even better: A message that appears when column display has been suppressed. Even if it's just a warning or note about the `Max=15` limitation.
Thanks again!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>