[Webkit-unassigned] [Bug 263422] New: Web Inspector: Give the full information when doing Console.log Copy Paste
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 19 17:25:07 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=263422
Bug ID: 263422
Summary: Web Inspector: Give the full information when doing
Console.log Copy Paste
Product: WebKit
Version: Safari 17
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: karlcow at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Created attachment 468280
--> https://bugs.webkit.org/attachment.cgi?id=468280&action=review
console.log screenshot
Steps to reproduce
1. Go to a Website
2. For example: set A console logging for all events through the breakpoints
3. Activate timestamp
3. Load a Webpage (there should be a wall of events)
4. Select All and Copy
5. Go to a text editor and Paste
Result.
While the console is displaying rich information, with the name of the scripts and the location of the event, and the timestamp, the copy/paste gives minimal information
Compare this to the screenshot.
```
[Log] pointerover
[Log] pointerdown
[Log] pointerdown
[Log] touchstart (x2)
[Log] touchstart
[Log] down
[Log] touchstart
[Log] touchstart
[Log] touchstart
[Log] touchstart
[Log] yt-action
[Log] pointerup
[Log] pointerup (x2)
[Log] pointerup
[Log] pointerup
[Log] pointerout
[Log] touchend (x2)
[Log] touchend
[Log] up
[Log] touchend
[Log] tap
[Log] tap
[Log] touchend
[Log] touchend
[Log] yt-action
```
--
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/20231020/d0089ed1/attachment-0001.htm>
More information about the webkit-unassigned
mailing list