Open
Bug 1350059
Opened 8 years ago
Updated 2 years ago
Response tab panel in network monitor doesn't render sometimes
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: brennan.brisad, Unassigned)
References
(Blocks 1 open bug)
Details
The Response panel doesn't render when looking at the POST request generated by the attachment for Bug 1344511, https://bug1344511.bmoattachments.org/attachment.cgi?id=8843629. When clicking the Response-tab, whatever that is rendered in the panel below stays, as a re-render is not performed.
It won't render because of a "TypeError: mimeType is undefined" on this line
http://searchfox.org/mozilla-central/source/devtools/client/netmonitor/shared/components/response-panel.js#121
and `mimeType` is explicitly set to undefined here
http://searchfox.org/mozilla-central/source/devtools/shared/webconsole/network-monitor.js#607
For some reason, for that particular POST, `this.request` does not implement(?) the required interface. `nsIChannel` I believe.
Component: Developer Tools → Developer Tools: Netmonitor
Comment 1•8 years ago
|
||
Thanks for reporting this issue. I can reproduce the issue in Nightly with https://bug1344511.bmoattachments.org/attachment.cgi?id=8843629.
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Blocks: netmonitor-response-sidepanel
status-firefox55:
affected → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•