Closed
Bug 1247963
Opened 9 years ago
Closed 6 years ago
Wrap lines with long data values
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jodvarko, Unassigned)
Details
This is a follow up for bug 1211525
HTTP details opened in the Console panel can be long (e.g. the HTTP response body can be one giant line of minified JS source) and take too much horizontal space, effectively causing the horizontal scrollbar to appear).
The question is what the max-width should be.
It's easier to read short lines, but in case of HTTP respose body users are expecting to see raw data including invisible chars like spaces and end-of-lines. Additional formatting can destroy this info.
Honza
Comment 1•9 years ago
|
||
I'm assuming this is talking about response bodies displayed in the "NetRequest" UI, and not normal network log entries in the console
Priority: -- → P2
Comment 2•9 years ago
|
||
(In reply to (Unavailable until 3-7) Brian Grinstead [:bgrins] from comment #1)
> I'm assuming this is talking about response bodies displayed in the
> "NetRequest" UI, and not normal network log entries in the console
Correct
Honza
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
Closing as we are now using netmonitor component for this
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•