Closed
Bug 1454985
Opened 8 years ago
Closed 8 years ago
Highlight state for search provider in search bar should fill height of bar
Categories
(Firefox :: New Tab Page, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox59 | --- | unaffected |
| firefox60 | --- | unaffected |
| firefox61 | --- | verified |
People
(Reporter: amylee, Assigned: rrosario)
References
Details
(Keywords: regression)
Attachments
(2 files)
Hi
The highlight state should fill up to the edges of the top/bottom hairlines. See screenshot.
Thanks!
| Assignee | ||
Comment 1•8 years ago
|
||
I think this is going to require changes to the drop down code (contentSearchUI.js in m-c). Unless, there is some clever css hack to do it from our end. Maybe using ::after for the border? hmm
Comment 2•8 years ago
|
||
Nod. We've used the ::after/::before for other borders in activity stream
Comment 3•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rrosario
Iteration: --- → 61.3 - Apr 23
Priority: -- → P2
Comment 4•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/97372beab416561c60594695adacbbb07b7c18aa
Fix Bug 1454985 - use ::after for search provider dividers
https://github.com/mozilla/activity-stream/commit/00cdff80c81dbfd2894d4232a105d9643cddc5d4
Merge pull request #4107 from rlr/Bug1454985/search-icon-border
Fix Bug 1454985 - use ::after for search provider dividers
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Keywords: regression
Updated•8 years ago
|
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Target Milestone: --- → Firefox 61
Comment 7•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/a15c074a2b22472c170c0c12bdca33e7444a749d
fix(styles): Switch to border-image instead of ::after for search engine separator (#4115)
Followup Bug 1454985 - Highlight state for search provider in search bar should fill height of bar
Comment 8•8 years ago
|
||
Build ID 20180422223305
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
I have verified that the issue is no longer reproducible on the latest Nightly build on Windows 10 x64, Mac 10.13.3 and Arch Linux x64.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•