Closed
Bug 1048837
Opened 11 years ago
Closed 10 years ago
Network Monitor status code and status are overlapped
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1100135
People
(Reporter: boopathi, Unassigned)
References
Details
Attachments
(1 file)
|
15.13 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140608211622
Steps to reproduce:
Steps to Reproduce :
take the devtools/network monitor or
press ctrl+shift+i and choose network monitor
note : I reproduced this bug in ubuntu with firefox version 30. I reproduced this bug with different versions of ubuntu, but failed to reproduce in windows 7 and 8.
Actual results:
In network monitor the results of webpage status and staus code are overlapped
Expected results:
There should be some spaces to seperate those two results.
Comment 2•10 years ago
|
||
Once Bug 951714 lands, we will be able to solve this issue in two different ways:
- making the "Status" column wider or setting a minimum width for it (related to Bug 1100135)
- making sure the status code is cropped
Tim, which solution do you think is the best?
Flags: needinfo?(ntim.bugs)
Updated•10 years ago
|
Assignee: nobody → aljullu
Comment 3•10 years ago
|
||
I'm tempted to say that we shouldn't fix this because it saves more space having both columns combined. Victor, what do you think ?
Flags: needinfo?(ntim.bugs) → needinfo?(vporof)
Comment 4•10 years ago
|
||
(In reply to Tim Nguyen [:ntim] from comment #3)
> I'm tempted to say that we shouldn't fix this because it saves more space
> having both columns combined. Victor, what do you think ?
Actually, it might not be a space loss once we implement bug 1100135. Only the column headers would be wider, but the table contents will stay the same.
Comment 6•10 years ago
|
||
So this will be solved once Bug 1100135 lands.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Assignee: albertjuhe → nobody
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•