[Webkit-unassigned] [Bug 182754] New: console.group and console.groupCollapsed should log all arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 13 16:44:17 PST 2018


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

            Bug ID: 182754
           Summary: console.group and console.groupCollapsed should log
                    all arguments
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkitbugzilla at gauntface.co.uk

Reproduction steps:

1. Visit https://chemical-willow.glitch.me in Safari Technology Preview (Release 49 (Safari 11.2, WebKit 13606.1.3.3))
2. Open the console and look at the logs

Expected behavior:

The logs should contain all args passed into the console functions, resulting in the following logs for each console function(group and groupCollapsed).

```
1
{key: "1"}
1 2
1 {key: "2"}
demo
demo 2
demo {key: "2"}
```

Actual Behavior:

Safari seems to only log the first input.


```
1
Object
1
1
demo
demo
demo
```

Find screenshots of Chrome, Firefox and Safari console groups: https://imgur.com/a/h9MC7

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180214/68c59b6e/attachment.html>


More information about the webkit-unassigned mailing list