Arrays/Objects in the Response panel are not expandable
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox-esr68 unaffected, firefox77 unaffected, firefox78 fixed, firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | fixed |
firefox79 | --- | fixed |
People
(Reporter: Honza, Assigned: bomsy)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
13.34 KB,
image/png
|
Details | |
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
STR:
- Load http://janodvarko.cz/xhr-spy/
- Open DevTools and select the Network panel
- Click
POST JSON With Array
button - Select the request and open the Response panel
- Try to collapse the
arr
array it doesn't work => BUG
ER: Expanding/collapsing works
Honza
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
Also, it might be related, the tree node indentation seems to be broken.
Reporter | ||
Comment 2•5 years ago
|
||
@Bomsy, can you reproduce this one or it's just on my machine?
I see it in m-c only (not in Nightly), so could this be something recent?
Honza
Assignee | ||
Comment 3•5 years ago
|
||
Yes I see it!
Looks like a regression, likely Bug 1639387
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
- Fixes Bug 1643270 with unexpandale nodes
- Fixes Bug 1643296 so clicking any part of the method cllapses the node
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Set release status flags based on info from the regressing bug 1639387
Comment 6•5 years ago
|
||
Adding objects, as reported on matrix.
Comment 8•5 years ago
|
||
Backed out 1 changesets (Bug 1643270) for devtools failures at browser_net_params_sorted.js.
https://hg.mozilla.org/integration/autoland/rev/227899eeb3a021bf81aa126760c20d20e36217b6
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=305195024&repo=autoland&lineNumber=3910
Comment 10•5 years ago
|
||
bugherder |
Assignee | ||
Comment 11•5 years ago
|
||
Comment on attachment 9154143 [details]
Bug 1643270 - Isolate headers panel treeview css changes r=honza
Beta/Release Uplift Approval Request
- User impact if declined: Impacts developers, Arrays in the Response panel are not expandable
- Is this code covered by automated tests?: Yes
- 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 few css changes
- String changes made/needed:
Comment 12•5 years ago
|
||
Comment on attachment 9154143 [details]
Bug 1643270 - Isolate headers panel treeview css changes r=honza
netmonitor regression fix, approved for 78.0b5
Comment 13•5 years ago
|
||
bugherder uplift |
Description
•