Closed
Bug 1356288
Opened 8 years ago
Closed 8 years ago
The object property viewer eats new lines
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1258584
People
(Reporter: julienw, Unassigned)
Details
Attachments
(1 file)
346 bytes,
text/html
|
Details |
STR:
1. Load the attached file.
2. Click on the error so that it gets displayed on the side panel.
3. Click on the stack property to copy it.
4. Paste it somewhere.
=> See the new lines were eaten.
Bonus points if we can see the new lines directly in the object viewer.
Reporter | ||
Comment 1•8 years ago
|
||
Note: this happens both in Nightly and Stable, so it's not related to the work on the new console.
Comment 2•8 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #1)
> Note: this happens both in Nightly and Stable, so it's not related to the
> work on the new console.
Yeah, we are still using the variables view for an object viewer in both old and new console. The plan is to ultimately replace it with the newer Object Inspector used in debugger.html so objects can be expanded inline (Bug 1308566). Once that's done I believe the variables view can be removed.
Comment 3•8 years ago
|
||
I believe this is a duplicate of Bug 1258584
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•