[Webkit-unassigned] [Bug 189750] New: Web Inspector: logged messages ending with "<file>:<line>:<column>" are not displayed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 09:31:27 PDT 2018


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

            Bug ID: 189750
           Summary: Web Inspector: logged messages ending with
                    "<file>:<line>:<column>" are not displayed
           Product: WebKit
           Version: Safari 11
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fitzgen at mozilla.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 350123

  --> https://bugs.webkit.org/attachment.cgi?id=350123&action=review

Screenshot: Safari devtools show a blank message (first logged message; ignore the following unreachable exception)

# Steps to reproduce:

* Open the console
* Enter: `console.log("abc:1:2")`

# Expected Results:

There is a "abc:1:2" message that gets logged and displayed.

# Actual Results:

There is a message that gets logged, but it does not contain "abc:1:2". Instead, it is blank.

--------------------------------------------------

This also affects `console.error`, and I assume other console logging methods.

If I add a space to the end of the log message, then it displays properly, i.e. `console.log("abc:1:2 ")`.

Originally filed as https://github.com/rustwasm/console_error_panic_hook/issues/7

-- 
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/20180919/0c8740cd/attachment.html>


More information about the webkit-unassigned mailing list