Closed
Bug 1482404
Opened 8 years ago
Closed 8 years ago
The new search section got a non-transparent background. Was that necessary?
Categories
(Firefox :: New Tab Page, defect, P1)
Firefox
New Tab Page
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox61 | --- | unaffected |
| firefox62 | --- | verified |
| firefox63 | --- | verified |
People
(Reporter: jan, Assigned: rrosario)
References
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
(I like the dimensions of the new search field. Nice!)
You broke my use case. ;D
https://screenshotscdn.firefoxusercontent.com/images/945c3ac1-8870-4355-afb8-7bf76585d9c6.jpg
~/.mozilla/firefox/_profilename_/chrome/userContent.css
@-moz-document url("about:newtab") {
body { background-image: url("https://www.bing.com/az/hprichbg/rb/AuroraPhotographer_DE-DE10752129713_1920x1080.jpg") !important;
background-size: cover !important;
background-attachment: fixed !important;
}
.screenshot {
opacity: 0.1 !important;
}
}
Comment 1•8 years ago
|
||
Looks like the background was added for the persistent search bug 1481677
https://github.com/mozilla/activity-stream/pull/4298
| Reporter | ||
Comment 2•8 years ago
|
||
If I add some other sections and scroll down, it looks very nice.
https://screenshotscdn.firefoxusercontent.com/images/9b74c55a-8acd-48ed-9cfc-e5dc36d4ad91.jpg
(I just noticed text encoding bugs of german words (center bottom context menu + section title "Overview") and will try to narrow it down.)
| Comment hidden (obsolete) |
| Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Ed Lee :Mardak from comment #1)
> Looks like the background was added for the persistent search bug 1481677
>
> https://github.com/mozilla/activity-stream/pull/4298
Oh oops. It is really only needed in the fixed position header state. I'll remove the color from the default case.
Assignee: nobody → rrosario
Comment 5•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Iteration: --- → 63.4 - Aug 20
OS: Linux → All
Priority: -- → P1
Hardware: x86_64 → All
| Reporter | ||
Comment 6•8 years ago
|
||
(In reply to Jan Andre Ikenmeyer [:darkspirit] from comment #2)
> I just noticed text encoding bugs
Filed bug 1482422.
Comment 7•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/e3e2554062b93af7a4a4b353e6f124a73b92fda4
Fix Bug 1482404 - remove unnecessary search background-color
https://github.com/mozilla/activity-stream/commit/9e0cec13fa127dd57d4cfa11856013be276c1126
Merge pull request #4314 from rlr/bug1482404/scrolling-search-bbackground
Fix Bug 1482404 - remove unnecessary search background-color
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
status-firefox61:
--- → unaffected
status-firefox62:
--- → unaffected
status-firefox63:
--- → affected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Comment 8•8 years ago
|
||
Target Milestone: --- → Firefox 63
| Reporter | ||
Comment 9•8 years ago
|
||
Verified fixed in Nightly 63 x64 20180811103606 de_DE @ Debian Testing (KDE, Xorg, Nvidia GTX 1060). Thank you!
Status: RESOLVED → VERIFIED
Comment 10•8 years ago
|
||
Comment 11•8 years ago
|
||
Verified issue for 62.0b18, over macOS10.13, Ubuntu 18.04lTS, Win10x64.
Issue does not appear anymore.
Updated•7 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
•