Cannot see raw data of websocket frames
Categories
(DevTools :: Netmonitor, defect, P1)
Tracking
(firefox-esr68 unaffected, firefox74 wontfix, firefox75- verified, firefox76 verified)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | wontfix |
firefox75 | - | verified |
firefox76 | --- | verified |
People
(Reporter: pranavpandey1998official, Assigned: bomsy)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:73.0) Gecko/20100101 Firefox/73.0
Reporter | ||
Comment 1•5 years ago
|
||
Its very strange , I could see the element in the browser toolbox, https://www.youtube.com/watch?v=NO7jFcoID8s
Comment 2•5 years ago
|
||
Hi,
I was able to reproduce this issue on Windows 10 with Firefox version Nightly 76.0a1 (2020-03-18) (64-bit) - Beta 75.0b5 (64-bit) - Release 74.0 (64-bit). Marking those flags as affected.
Also I'm setting component to Devtools - Netmonitor and status to NEW for someone to take a look at this.
Comment 3•5 years ago
|
||
Bomsy, could this be accordion related? It doesn't seem to be a regression.
The content appears with the following change, which is strange as the textarea
inside .accordion-content
has a height.
/* Accordion.css | resource://devtools/client/shared/components/Accordion.css */
.accordion-content {
/* overflow: auto; */
}
Assignee | ||
Comment 4•5 years ago
|
||
Yeah it is accordion related. It is probably a regression from the response panel work.
Here is the css that causes the issue
https://searchfox.org/mozilla-central/rev/6cd54550a27e2f6ca0755a25328f769e41e524f4/devtools/client/netmonitor/src/assets/styles/NetworkDetailsBar.css#75
Comment 5•5 years ago
|
||
Thanks Hubert for the analysis!
Mark as P1, this should be fixed asap and feels like we know what to do.
Honza
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
Comment 8•5 years ago
|
||
bugherder |
Comment 9•5 years ago
|
||
[Tracking Requested - why for this release]: Small fix that avoid loosing data in the UI.
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Please request beta uplift when you get a chance.
Assignee | ||
Comment 11•5 years ago
|
||
Comment on attachment 9134664 [details]
Bug 1622617 - Fixed showing the websocket frames r=honza
Beta/Release Uplift Approval Request
- User impact if declined: Impacts only developers, websocket frames not showing
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Only affects developers, small patch, only css changes
- String changes made/needed:
Comment 12•5 years ago
|
||
I should maybe have caught this earlier, but... this bug is set as "regressed by 1613885". Bug 1613885 is only in 76. How is 75 even affected here?
Assignee | ||
Comment 13•5 years ago
|
||
Oh yeah .. that is correct! missed that.
harald do you agree?
Updated•5 years ago
|
Comment 14•5 years ago
|
||
I saw this on 75 as well, and so states comment 5 as well, so I am not sure if this is a regression. Would the uplift improve this for 75?
Updated•5 years ago
|
Comment 15•5 years ago
|
||
Based on comments 2/3/14 I'll clear the regression info here.
Comment 16•5 years ago
|
||
Comment on attachment 9134664 [details]
Bug 1622617 - Fixed showing the websocket frames r=honza
approved for 75.0b10, but asking for verification.
Updated•5 years ago
|
Comment 17•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 18•5 years ago
|
||
Hi,
I was able to reproduce this issue on Firefox version 74. And then I was able to verify the fix on Windows 10, Mac OS 10.14 and Ubuntu 18, with Firefox version Nigthly 76.0a1 - Build ID 20200327094805 and Beta 75.0b10 Build ID 20200326191140. Making those flags as verified.
Also I'm setting status to VERIFIED and removing [qa-triaged] and qe-verify+ flags.
Thanks.
Description
•