[Webkit-unassigned] [Bug 210511] New: Web Inspector: Console: treat long strings as non-simple so they aren't truncated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 12:31:01 PDT 2020


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

            Bug ID: 210511
           Summary: Web Inspector: Console: treat long strings as
                    non-simple so they aren't truncated
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

# STEPS TO REPRODUCE:
1. inspect any page
2. evaluate `console.log(true, "NaN".repeat(1000) + "Batman!");`
3. select the logged message and copy it
4. paste anywhere
 => only the first 140 characters of the string are copied, and there is no disclosure arrow to expand the message and allow the full string to be shown

-- 
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/20200414/f1a52416/attachment-0001.htm>


More information about the webkit-unassigned mailing list