Closed
Bug 1523265
Opened 7 years ago
Closed 5 years ago
XHR response payload is not scrollable
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1524936
People
(Reporter: minkul.alam, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
- Send XHR request with large amount of post data, so that you need to scroll the response.
- print long $_POST on the receiving PHP script.
Actual results:
Response payload showing long $_POST print response. But NOT vertically scrollable by using mouse wheel.
Expected results:
Should be scrollable using mouse wheel.
Comment 1•7 years ago
|
||
Thanks for the report!
And agree, this would be nice feature.
Honza
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Summary: XHT response payload is not scrollable → XHR response payload is not scrollable
Updated•6 years ago
|
Blocks: netmonitor-response-sidepanel
Comment 2•5 years ago
|
||
Honza, could you clarify what the exact issue is? The payload fields in request/response seem scrollable.
Flags: needinfo?(odvarko)
Comment 3•5 years ago
|
||
Try to use mouse wheel within CodeMirror, it doesn't work.
Honza
Flags: needinfo?(odvarko)
Comment 4•5 years ago
|
||
I guess overflow-y
doesn't work, but only overflow-x
.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•