RESOLVED FIXED 204906
Web Inspector: Console: copying an evaluation result shouldn't include the saved variable index
https://bugs.webkit.org/show_bug.cgi?id=204906
Summary Web Inspector: Console: copying an evaluation result shouldn't include the sa...
Devin Rousso
Reported 2019-12-05 12:16:03 PST
# 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"
Attachments
Patch (1.92 KB, patch)
2019-12-05 12:22 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2019-12-05 12:22:46 PST
WebKit Commit Bot
Comment 2 2019-12-05 13:19:06 PST
Comment on attachment 384934 [details] Patch Clearing flags on attachment: 384934 Committed r253169: <https://trac.webkit.org/changeset/253169>
WebKit Commit Bot
Comment 3 2019-12-05 13:19:08 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-12-05 13:20:25 PST
Note You need to log in before you can comment on or make changes to this bug.