Open
Bug 1447249
Opened 8 years ago
Updated 3 years ago
Devtools console wraps prematurely on viewing array objects
Categories
(DevTools :: Console, defect, P3)
Tracking
(firefox59 affected, firefox60 affected, firefox61 affected)
NEW
People
(Reporter: joshunger1, Unassigned)
Details
Attachments
(1 file)
|
132.22 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180317220121
Steps to reproduce:
1. console.log an array with pojo.
2. expand array.
Actual results:
premature wrapping
Expected results:
object preview expands to the entire width of the console window; this would match chrome
| Reporter | ||
Comment 1•8 years ago
|
||
chromeparity
Comment 2•8 years ago
|
||
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180322220118
Hello,
I have managed to reproduce this issue on latest Firefox Release 59.0.1, latest Nightly build using Mac 10.13.3 and Windows 10 x64.
I created a minimal test case, ran it in the Browser console and expanded the "Array" and the object lines were wrapped if I resized the browser.
On Chrome this issue is not reproducible because a scrollbar appears.
Status: UNCONFIRMED → NEW
status-firefox59:
--- → affected
status-firefox60:
--- → affected
status-firefox61:
--- → affected
Component: Untriaged → Developer Tools: Console
Ever confirmed: true
Comment 3•8 years ago
|
||
Looks like it's wrapping at the location link. Nicolas, do you know of another issue/bug filed for this?
Flags: needinfo?(nchevobbe)
Comment 4•8 years ago
|
||
Not that I know. I'm not sure how we can tackle this, make the location a floating element ?
Flags: needinfo?(nchevobbe)
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•