Closed
Bug 1438623
Opened 7 years ago
Closed 7 years ago
Network Inspector Tool fails to render json object
Categories
(DevTools :: Netmonitor, defect)
Tracking
(firefox60 affected)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | affected |
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(1 file)
|
40.87 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180206200532
Steps to reproduce:
1. Sent a post request with the following json-encoded postdata displayed below.
2. Viewed the request in the Network request inspector
{"name":"'\");foo<u>bar!","description":"'\");foo<u>bar<!--","type":"data","tableSchema":{"columns":[{"name":"foo","description":"fo<!--\"'<br>o","type":"string","mode":"nullable"},{"name":"bar","description":"ba<!--\"'<br>r","type":"string","mode":"nullable"}]}}
Actual results:
Columns array elements had an "Invalid object" tag, with a mouseover note indicating that a bug should be filed on bugzilla.mozilla.org (see attachment). In spite of the error message, the json object seems to be rendered correctly.
Expected results:
The object should be rendered correctly without errors.
Comment 1•7 years ago
|
||
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13; rv:58.0)Gecko/20100101 Firefox/58.0
I was able to reproduce this issue with sending post request on Mac OS X 10.13 using the above steps with latest Nightly, Beta and Firefox Release builds.
Columns array elements had an "Invalid object" tag.
Please correct if this is not the right component.
Status: UNCONFIRMED → NEW
status-firefox58:
--- → affected
status-firefox59:
--- → affected
status-firefox60:
--- → affected
Component: Untriaged → Developer Tools: Netmonitor
Ever confirmed: true
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•7 years ago
|
||
This has been fixed already. You might try Firefox Nightly:
https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly
Closing this report, but feel free to reopen if you still experience the issue.
Thanks!
Honza
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
affected → ---
status-firefox59:
affected → ---
Resolution: --- → WORKSFORME
Comment 3•7 years ago
|
||
I believe that this was fixed by bug 1377668
Honza
Comment 4•7 years ago
|
||
And bug 1457701 is also related.
Honza
You need to log in
before you can comment on or make changes to this bug.
Description
•