RESOLVED FIXED 119347
Web Inspector: Copying JS object output from console shouldn't include trailing '= $n'
https://bugs.webkit.org/show_bug.cgi?id=119347
Summary Web Inspector: Copying JS object output from console shouldn't include traili...
Joseph Pecoraro
Reported 2013-07-31 12:11:36 PDT
* STEPS TO REPRODUCE: 1. js> ({"one":1, "two":2}) 2. Copy the resulting output row 3. Paste it somewhere * ACTUAL: (not expanded) Object * ACTUAL: (if expanded) Object one: 1 two: 2 __proto__: Object * EXPECTED: {"one":1, "two":2}
Attachments
Patch (1.66 KB, patch)
2016-01-11 07:27 PST, Johan K. Jensen
no flags
Radar WebKit Bug Importer
Comment 1 2013-07-31 12:11:52 PDT
Antoine Quint
Comment 2 2013-08-01 00:07:30 PDT
We could look at the properties on the logged objects and see if it is all basic types and log it as expected here.
Blaze Burg
Comment 3 2015-11-20 13:49:30 PST
The behavior you described doesn't exist, but I found a similar bug. Retitling.
Johan K. Jensen
Comment 4 2016-01-11 07:27:06 PST
Joseph Pecoraro
Comment 5 2016-01-11 10:44:50 PST
Comment on attachment 268687 [details] Patch r=me
WebKit Commit Bot
Comment 6 2016-01-11 17:34:50 PST
Comment on attachment 268687 [details] Patch Clearing flags on attachment: 268687 Committed r194877: <http://trac.webkit.org/changeset/194877>
WebKit Commit Bot
Comment 7 2016-01-11 17:34:53 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.