Open
Bug 989614
Opened 12 years ago
Updated 3 years ago
Netmonitor's timings are out of view when many requests logged.
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: danemacmillan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.08 MB,
image/png
|
Details |
This is pretty minor, but I'll report it for completeness, and it might be good to have in mind when this section is next iterated upon.
I was developing an import tool that would break the backend processing into smaller jobs/chunks (1000 records or 20 seconds, whichever came first), and noticed that after about the 10 minute mark, the timings would disappear off screen.
I don't really have a recommendation for the best way to handle this other than a horizontal scrollbar, but even that leaves something to be desired.
A picture is attached.
Comment 1•12 years ago
|
||
This should definitely not happen, and it's not minor! Can you please post a test page and some STR?
| Reporter | ||
Comment 2•12 years ago
|
||
I'll get a test up this weekend!
Comment 3•12 years ago
|
||
(In reply to Dane MacMillan from comment #2)
> I'll get a test up this weekend!
Thanks! Appreciate it :)
| Reporter | ||
Comment 4•12 years ago
|
||
Voilà.
The STR are straightforward:
- Open test page
- Open network monitor
- Wait for about ten minutes of requests to add up
- Look at timelines edging out of view
Here's the test page (which is also being used for another test I sent you in another bug):
http://jsfiddle.net/danemacmillan/LVLeS/
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: netmonitor-timings-sidepanel
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•