Timings column is not visible for developer tools with width of 700px or smaller
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
People
(Reporter: snugs.steed0e, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0
Steps to reproduce:
- Open the developer tools and dock it to the left/right. Ensure that the width of the developer tools is 700px or smaller ("devtools.toolbox.sidebar.width" in about:config).
- Go to an example site and switch to the network monitor tool. The timings column is not visible, even if the context menu shows that it's enabled.
- Go to about:config and change "devtools.toolbox.sidebar.width" to a figure greater than 700 (e.g. 701). The timings tab suddenly appears.
Actual results:
The timings column is not visible, despite it being selected in the context menu. Even if you disable other columns to try to make space for it, it remains hidden. Only when the width of the developer tools exceeds 700px (e.g. 701px) does it suddenly appear.
Expected results:
The timings column should always be visible, even if there isn't much space for it. Just like you can keep on adding other columns (e.g. set-cookies, URL) when it is crammed, the behavior of the timings column should match the other columns - always be visible, not suddenly disappear when the width is smaller than a hard-coded value.
Comment 3•6 years ago
|
||
Thanks for the report!
This is a feature not a bug. The Timeline column (aka Waterfall) doesn't work well if there is not enough horizontal space.
But the following should be fixed/improved:
- When the Timeline is the last column it shouldn't be hidden when the available horizontall is small
- Width of the Timeline columns is getting smaller and smaller as it hides and re-appers.
- The logic calculating the available space could be smarter. Taking in account the number of displayed columns
Honza
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Description
•