Open
Bug 989351
Opened 11 years ago
Updated 3 years ago
Network Monitor: Split console overlaps the content type filter buttons
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: thomas, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
90.34 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20140314220517
Steps to reproduce:
1. Start the browser from scratch
2. Open the Network Monito
3. Press the escape key in order to open the split console
Actual results:
When the split console is opened, the split console overlaps the content type filter buttons in the Network monitor.
The button row appears if I resize the browser to <= 700px width.
Expected results:
The content type filter buttons row should always be visible after opening the split console.
Reporter | ||
Updated•11 years ago
|
Component: Untriaged → Developer Tools
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•11 years ago
|
||
There's a min-height somewhere causing this issue. But I couldn't find it. Brian, do you have any idea where the min-height could have been set ?
Flags: needinfo?(bgrinstead)
Comment 3•11 years ago
|
||
I'm not sure if it is a min-height or what, but I noticed that it starts to clip immediately after it reaches the bottom of the element in the screenshot. Deleting the tabpanels element in event-details-pane seems to resolve the problem, but I haven't tracked it down further than that: https://mxr.mozilla.org/mozilla-central/source/browser/devtools/netmonitor/netmonitor.xul#265
Flags: needinfo?(bgrinstead)
Updated•8 years ago
|
Component: Developer Tools → Developer Tools: Netmonitor
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: request-filtering
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•