Closed
Bug 1325730
Opened 8 years ago
Closed 8 years ago
Can't see scroll bar for network panel when the width is less than 1000px
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox52 unaffected, firefox53 wontfix, firefox54 fixed)
RESOLVED
DUPLICATE
of bug 1309826
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | wontfix |
firefox54 | --- | fixed |
People
(Reporter: fireattack, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
113.38 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.28 Safari/537.36
Steps to reproduce:
See screenshot:
No scrollbar: http://i.imgur.com/F3cR07j.png
Has scrollbar: http://i.imgur.com/ooeMBCj.png
Actual results:
It will only show scrollbar when the width is more than around 1000 px.
This to me is very excessive and unnecessary.
Also, why users can't adjust the width of each column?
![]() |
Reporter | |
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Netmonitor
Comment 2•8 years ago
|
||
merging information from bug 1336203.
regression range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=9a03728016ff7b76c4850375303e84cce00e4ac4&tochange=28445d6f646be36233d080caae871ed1c39a242d
apparently from bug 1309866.
this issue also happens when the request details is opened and the width becomes small.
also the scroll bar is shown for <1000px situation by following:
1. make the width >1000px
2. narrow it slowly
but when I narrow it quickly, the scroll bar goes away.
so, apparently the scrollbar is placed at wrong place.
Blocks: 1309866
status-firefox52:
--- → unaffected
status-firefox53:
--- → affected
status-firefox54:
--- → affected
Keywords: regression
Comment 3•8 years ago
|
||
boxObject says the scrollbar is placed at the red box in the attached screenshot.
Comment 4•8 years ago
|
||
apparently, div.request-list-container is wider than div.network-table, and that results in placing the scrollbar outside of visible area.
Comment 5•8 years ago
|
||
Thanks for the report!
@Fred, could you please take a look at this?
Honza
Priority: -- → P2
Comment 6•8 years ago
|
||
honza: which fred did you want to have take a look?
Flags: needinfo?(odvarko)
Comment 7•8 years ago
|
||
(In reply to Randell Jesup [:jesup] from comment #6)
> honza: which fred did you want to have take a look?
Ah, thanks for the note :-)
@Fred, could you please take a look at this?
Honza
Flags: needinfo?(odvarko) → needinfo?(gasolin)
Updated•8 years ago
|
Assignee: nobody → gasolin
Flags: needinfo?(gasolin)
Updated•8 years ago
|
Blocks: netmonitor-html
Whiteboard: [netmonitor]
Updated•8 years ago
|
Flags: qe-verify?
Priority: P2 → --
Whiteboard: [netmonitor] → [netmonitor] [triage]
Comment 8•8 years ago
|
||
Btw. There is also bug 1338437 (another scroll-bar issue)
Honza
Flags: qe-verify? → qe-verify+
Priority: -- → P3
Updated•8 years ago
|
QA Contact: ciprian.georgiu
Comment 9•8 years ago
|
||
Ricky, since you are dealing with split bar in Bug 1309183,
could you help confirm if this issue still happened after applied your patch?
Flags: needinfo?(rchien)
Comment 10•8 years ago
|
||
Ooh I get confused, but this bug doesn't related to split bar
Flags: needinfo?(rchien)
Updated•8 years ago
|
Whiteboard: [netmonitor] [triage] → [netmonitor-reserve]
Comment 11•8 years ago
|
||
I found the issue is fixed after convert netmonitor xul to xhtml in Bug 1309826
Comment 12•8 years ago
|
||
I've tested again and the issue is fixed after bug 1309826 landed
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Assignee: gasolin → nobody
No longer blocks: netmonitor-html
Flags: qe-verify+
Priority: P3 → --
QA Contact: ciprian.georgiu
Whiteboard: [netmonitor-reserve]
Comment 13•8 years ago
|
||
Fixed in 54 in the duplicate bug but 53 is still affected.
Comment 14•8 years ago
|
||
But I don't think we want to uplift the work in bug 1309826 to aurora at this point.
Is there a smaller fix for this issue you can cherry pick or shall I wontfix it for 53?
Flags: needinfo?(rchien)
Comment 15•8 years ago
|
||
It would need to uplift a series of patches if we want to fix for 53. I'd prefer to wontfix it for 53 since there is no smaller patch can fix this issue easily.
Flags: needinfo?(rchien)
Comment 16•8 years ago
|
||
Great, thanks Ricky!
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•