Closed
Bug 1425839
Opened 7 years ago
Closed 7 years ago
Splitter does not have a border at the boundary of requests list header and details tab
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox-esr52 unaffected, firefox57 unaffected, firefox58 verified, firefox59 verified)
VERIFIED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | verified |
firefox59 | --- | verified |
People
(Reporter: magicp.jp, Assigned: tera_1225)
References
Details
Attachments
(3 files, 1 obsolete file)
11.89 KB,
image/png
|
Details | |
59 bytes,
text/x-review-board-request
|
rickychien
:
review+
gchang
:
approval-mozilla-beta+
|
Details |
52.15 KB,
image/png
|
Details |
Steps to reproduce:
1. Launch Nightly
2. Open Netmonitor (Ctrl+Shift+E)
3. Go to any sites (e.g. https://bugzilla.mozilla.org)
4. Set "CSS" filter because prevent showing vertical scrollbar in requests list
5. Select any requests > Details panel will be opened
Actual results:
Splitter does not have a border at the boundary of requests list header and details tab.
Expected results:
Splitter should have a border.
Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=10777aa50c49e929145fcd84a10892c0db099862&tochange=083a5838f76a418779c2f4fc01152bc3be355fc0
Blocks: 1360457
Has Regression Range: --- → yes
Has STR: --- → yes
status-firefox57:
--- → unaffected
status-firefox58:
--- → affected
status-firefox-esr52:
--- → unaffected
Hi, I've made a quick patch for this. Not sure how it ended up getting inserted with my patch but this should fix it. I'll push to Mozreview if the tests come back ok.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d7e1dd42d27a8778efbaeb020450b56ebc4d2a86
Comment hidden (mozreview-request) |
Attachment #8937702 -
Attachment is obsolete: true
Attachment #8937702 -
Flags: review?(rchien)
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Priority: -- → P3
Comment 4•7 years ago
|
||
The root cause of this is due to `z-index: 1000` at https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/assets/styles/RequestList.css#103
I'd prefer to remove this since it's useless anymore.
Assignee: nobody → tera_1225
Status: NEW → ASSIGNED
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8937855 [details]
Bug 1425839 Reduced requests-list-headers-wrapper z-index from 1000 to 1.
https://reviewboard.mozilla.org/r/208542/#review215044
Thanks for subbmit this patch! I believe the approach from comment 4 makes more sense to address this issue. Please give it a try.
Attachment #8937855 -
Flags: review?(rchien) → review-
Hi Ricky.
I see what you mean, that z-index property is a bit inelegant. I added it fixing 1360457 but it was only because I couldn't figure out a better way to get the headers to stay on top of the content lines when scrolling down. The screenshot illustrates this, with current mozilla-central, having just removed `z-index: 1000` from https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/assets/styles/RequestList.css#103 .
I'll have another look at solving this without the z-index. Let me know if you can think of a good way to keep it on top please.
Thanks for the review anyhow.
Regards, Mark.
Flags: needinfo?(rchien)
Comment 8•7 years ago
|
||
Thanks for the quick feedback and uploading attachment :)
How about setting `z-index: 1` instead of removing it? I can see overlapping issue get fixed.
Flags: needinfo?(rchien)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•7 years ago
|
||
No problem. Have pushed to review with that change, which indeed does solve both issues :) Good one!
Comment 11•7 years ago
|
||
mozreview-review |
Comment on attachment 8937855 [details]
Bug 1425839 Reduced requests-list-headers-wrapper z-index from 1000 to 1.
https://reviewboard.mozilla.org/r/208542/#review215056
LGTM :) Thanks!
Attachment #8937855 -
Flags: review?(rchien) → review+
Comment 12•7 years ago
|
||
Pushed by rchien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db61a884d137
Reduced requests-list-headers-wrapper z-index from 1000 to 1. r=rickychien
Comment 13•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Reporter | ||
Comment 14•7 years ago
|
||
This bug fix has verified in the latest Nightly build (20171222220251). Thanks!
Comment 15•7 years ago
|
||
Comment on attachment 8937855 [details]
Bug 1425839 Reduced requests-list-headers-wrapper z-index from 1000 to 1.
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1360457
[User impact if declined]: minor
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: yes
[Needs manual test from QE? If yes, steps to reproduce]: see description
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: minor
[Why is the change risky/not risky?]: UI polish
[String changes made/needed]: none
Attachment #8937855 -
Flags: approval-mozilla-beta?
Comment 16•7 years ago
|
||
Comment on attachment 8937855 [details]
Bug 1425839 Reduced requests-list-headers-wrapper z-index from 1000 to 1.
UI polish for netmonitor. Beta58+.
Attachment #8937855 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 17•7 years ago
|
||
bugherder uplift |
Updated•7 years ago
|
Flags: qe-verify+
Comment 18•7 years ago
|
||
Verified as fixed using Firefox 58 beta 15 and latest Nightly 59.0a1 2018-01-08 under Win 10 64-bit, Ubuntu 16.04 64-bit and Mac OS X 10.13 with Dark, Light and Firebug themes.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•