Show profile details in the network throttling menu items
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(firefox136 fixed)
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
In Bug 1770882 we are adding a title to the Menu button which gives details about the selected profile.
We could also surface a less verbose version in the menu items themselves.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Note that for the version with icons, I think we can also simply omit the icon for the latency. Users will probably be able to guess that it's latency, and this will still be explicitly written in the tooltip of the selected profile.
Assignee | ||
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
Thank you for the patch, Julian!
I like the last screenshot (comment #4)
Some comments/ideas:
- What about using a tab
\t
between the profile name and details, so the details are rendered as a column. Something like:
GPRS (50Kbps, 20Kbps, 500ms)
Regular 2G (250Kbps, 50Kbps, 300ms)
Good 2G (450Kbps, 150Kbps, 150ms)
...
Not sure how feasible this would be, we'd likely need to calculate the label manually (impact on localization) and the font might be an isssue (using spaces instead of \t). So, this is questinable.
- What about adding one more
Learn More
(orHelp
menu item (+ separator) at the end. It could point to our docs? It would have to be one of the two pages depending on whether the menu is opened in Network monitor or RDM. But, this would allow the user to easily learn about the numbers.
https://firefox-source-docs.mozilla.org/devtools-user/responsive_design_mode/index.html#network-throttling
https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/throttling/index.html
- Every context menu item could have a tooltip with more details, e.g. those which are in the first screenshot (comment #1)
Assignee | ||
Comment 8•3 years ago
|
||
Thanks for the feedback, re 3) I agree, it would be great to have a tooltip for each context menu item, but I could not make it work, even when setting the "tooltiptext" attribute correctly on each item. Might need more investigation.
Comment 9•3 years ago
|
||
I like the screenshot on Comment 4 as well. Doesn't feel as congested as the others.
What i felt might be confusing was knowing which was download or upload,
but i think in most places download is mostly first before upload,so that should be ok.
Assignee | ||
Updated•7 months ago
|
Updated•7 months ago
|
Comment 11•7 months ago
|
||
Comment 12•7 months ago
|
||
bugherder |
Description
•