Netmonitor shows blank space below the request list
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox126 affected, firefox127 affected, firefox128 affected)
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file, 1 obsolete file)
|
132.33 KB,
image/png
|
Details |
STRs:
- open DevTools > Netmonitor
- reload the page to show some requests
- select a request to show the details panel
- switch to another panel (actual panel doesn't seem to matter)
- switch back to netmonitor
ER: The netmonitor should be displayed correctly
AR: There is now a blank gap below the requests list
Resizing the devtools or the splitter between the requests and the details fixes the issue
| Assignee | ||
Comment 1•1 year ago
|
||
We set the height of the panel manually for performance reasons, we might be doing it too early when we switch back to the panel.
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
This seems to be a duplicate of bug 1871762.
| Assignee | ||
Comment 4•1 year ago
|
||
(In reply to 6k64x4ma from comment #3)
This seems to be a duplicate of bug 1871762.
Ah good point, I missed this, I'm going to attach my patch to the other bug. I see there was already a patch attached, so not sure which direction we want to take for the fix, but at least I have a working test.
Comment 5•1 year ago
|
||
Comment on attachment 9405664 [details]
Bug 1900682 - [devtools] Wait for request animation frame to resize netmonitor request list
Revision D212672 was moved to bug 1871762. Setting attachment 9405664 [details] to obsolete.
Description
•