[Webkit-unassigned] [Bug 270992] New: Web Inspector: Console truncates long string outputs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 11:30:17 PDT 2024


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

            Bug ID: 270992
           Summary: Web Inspector: Console truncates long string outputs
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: qianlangchen at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 470367

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

Demo -- Long strings must be logged or I can't see all of it or know there's more of it

In inspector's console, long string outputs (return values, not with explicit console.log) are truncated without indication that there's more text than displayed. In order to see the full string you'll need to console.log it (or with some other console.* function).

To reproduce, run in the console
    "lorem ipsum ".repeat(100)

See attached screenshot demo.

https://webkit.org/b/14316 (from a while ago) claims to have fixed this bug but it's still present.

-- 
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/20240314/eb9b94aa/attachment.htm>


More information about the webkit-unassigned mailing list