Closed
Bug 1414609
Opened 8 years ago
Closed 8 years ago
Filter autocomplete popup is hidden behind the floating status header
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox58 verified)
VERIFIED
FIXED
Firefox 58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | verified |
People
(Reporter: abhinav.koppula, Assigned: abhinav.koppula)
Details
Attachments
(2 files)
STR:
1. open google.com with NetMonitor open
2. Start typing into the filter text box - for example - status-code: 200
Actual:
Autocomplete popup is hidden behind the Status header bar. (Check attachment)
Expected:
Autocomplete popup shouldn't be overlayed by anything else.
| Assignee | ||
Comment 1•8 years ago
|
||
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 3•8 years ago
|
||
Hi Honza,
It looks like the below style has z-index of 1000 which overrides the autocomplete's z-index of 999.
http://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/assets/styles/netmonitor.css#260
I have changed the z-index of autocomplete's searchbox to 1001.
Is it fine?
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8925327 [details]
Bug 1414609 - Changing z-index of filter autocomplete suggestion box to prevent being hidden behind netmonitor header.
https://reviewboard.mozilla.org/r/196494/#review201894
Fixes the issue for me, thanks Abhinav!
R+
One thing, please add a comment explaing why the z-index must be bigger than 1000.
Honza
Attachment #8925327 -
Flags: review?(odvarko) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•8 years ago
|
||
Hi Honza,
Have added the comment.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → abhinav.koppula
Status: NEW → ASSIGNED
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34b559b82c03
Changing z-index of filter autocomplete suggestion box to prevent being hidden behind netmonitor header. r=Honza
Comment 8•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Comment 9•8 years ago
|
||
I can reproduce this bug in Nightly 58.0a1 (2017-11-05) (64-bit) in 64bit Linux.
I can verify that this bug is fixed in latest Nightly.
Build ID 20171109100107
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
QA Whiteboard: [bugday-20171108]
Comment 10•8 years ago
|
||
I can reproduce this bug with Nightly 58.0a1 (2017-11-05) in Windows 7, 64 Bit!
This bug's fix is verified with latest Nightly!
Build ID 20171108110838
User Agent Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
[bugday-20171108]
Comment 11•8 years ago
|
||
As this bug is verified in both linux(comment 9) and windows (comment 10), I am marking this bug as verified fixed.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•