Firefox: allow copy "Response Payload"
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
People
(Reporter: nate.vaughan, Unassigned)
Details
Attachments
(1 file)
|
94.40 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:74.0) Gecko/20100101 Firefox/74.0
Steps to reproduce:
I'm a developer working on a web application that makes XHR requests.
When my application makes requests and receives responses, I would like to be able to copy the "Response payload" the network tab of the developer console.
Steps to reproduce:
- Mac OSX 10.15.3, FF 74.0
- Load a web application that makes XHR requests
- Open developer console
- Open network tab
- Click on XHR request
- Scroll down to "Response Payload"
- Try to select the text within the "Response Payload" box. In fact try any way you can to copy or download the response payload. You just want to be able to save the payload! It's right there, you can see it!
- Plead with Firefox to let you copy the Response Payload
- Firefox immediately cancels/unselects the text you're attempting to select
Actual results:
Firefox immediately cancels the text selection. So command-c copies nothing.
Now try right clicking and choose the "Copy" option. Firefox copies JSON that includes a lot of metadata and the escaped response payload. But this isn't useful, unless you want to take the time to unescape the response payload and remove all the metadata. You just wanted to copy the response payload! Please, for the love of all that is holy, Firefox, please let me copy or save the raw response payload!
Expected results:
Firefox should let YOU select the response JSON so that traditional copy commands work (e.g. command-c).
| Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•6 years ago
|
||
Thanks for the detailed report nate. This is fixed in Nightly, maybe you can confirm.
Description
•