[Webkit-unassigned] [Bug 204906] New: Web Inspector: Console: copying an evaluation result shouldn't include the saved variable index
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 5 12:16:03 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=204906
Bug ID: 204906
Summary: Web Inspector: Console: copying an evaluation result
shouldn't include the saved variable index
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: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
# STEPS TO REPRODUCE:
1. inspect any page
2. evaluate `1 + 1` in the Console
3. click/select the result (`2`)
4. copy (⌘C or context menu)
5. paste (⌘P or context menu) in the prompt
=> pasted text is "2 = $1" instead of just "2"
--
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/20191205/98c9ef9c/attachment-0001.htm>
More information about the webkit-unassigned
mailing list