Closed
Bug 1683137
Opened 4 years ago
Closed 4 years ago
Remove extra added space above the search bar/logo on newtab page
Categories
(Firefox :: New Tab Page, defect, P1)
Tracking
()
VERIFIED
FIXED
86 Branch
People
(Reporter: prathiksha, Assigned: prathiksha)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Remove extra added space with newtab update 1 on top of search. It's pushing Pocket down.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Attachment #9193756 -
Attachment is obsolete: true
Pushed by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d6c55082612
Remove extra added space above the search bar/logo on newtab page. r=ewright
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Assignee | ||
Comment 5•4 years ago
•
|
||
Comment on attachment 9193770 [details]
Bug 1683137 - Remove extra added space above the search bar/logo on newtab page. r?ewright
Beta/Release Uplift Approval Request
- User impact if declined: We plan to experiment changes related to and including this patch on a small group of users in 85. If declined, Pocket gets pushed down on the page and may influence user behavior and skew the experiment.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. Set the
browser.newtabpage.activity-stream.customizationMenu.enabled
pref to true in "about:config".
- Verify that the content on newtab page is positioned exactly as before i.e.
a. Distance between the top of the search bar and the top of the screen remains same with or without the pref set to true.
b. Newtab content (such as Topsites, Pocket and Recent activity (Highlights)) remain centered on the page.
c. Verify the above two bits by also disabling Pocket and settingbrowser.newtabpage.activity-stream.logowordmark.alwaysVisible
to true (this enables the logo on top of the search bar).
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Simple CSS change + it will only be enabled for a very small group of people as part of an experiment.
- String changes made/needed: None
Attachment #9193770 -
Flags: approval-mozilla-beta?
Assignee | ||
Updated•4 years ago
|
Flags: qe-verify+
Updated•4 years ago
|
QA Whiteboard: [qa-triaged]
Comment 6•4 years ago
|
||
I have verified the following with the steps provided in comment 5 using Firefox Nightly 86.0a1 (Build ID: 20201221093813) on Windows 10 x64, macOS 10.15.6, and Ubuntu Linux 20.04 x64:
- With the
browser.newtabpage.activity-stream.logowordmark.alwaysVisible
pref set tofalse
and thebrowser.newtabpage.activity-stream.customizationMenu.enabled
pref set totrue
:- The distance between the top of the search bar and the top of the screen is the same as the distance with the
browser.newtabpage.activity-stream.customizationMenu.enabled
pref set tofalse
. - The "Top Sites", "Recommended by Pocket", and "Recent activity (Highlights)" sections are centered.
- The distance between the top of the search bar and the top of the screen is the same as the distance with the
- With the
browser.newtabpage.activity-stream.logowordmark.alwaysVisible
pref set totrue
and thebrowser.newtabpage.activity-stream.customizationMenu.enabled
pref set totrue
:- The distance between the top of the search bar and the top of the screen is the same as the distance with the
browser.newtabpage.activity-stream.customizationMenu.enabled
pref set tofalse
. - The "Top Sites", "Recommended by Pocket", and "Recent activity (Highlights)" sections are centered.
- If the "Recommended by Pocket" section is disabled in the "about:preferences#home" page, the Firefox Logo is correctly displayed above the "Search" bar.
- The distance between the top of the search bar and the top of the screen is the same as the distance with the
Comment 7•4 years ago
|
||
Comment on attachment 9193770 [details]
Bug 1683137 - Remove extra added space above the search bar/logo on newtab page. r?ewright
Approved for 85.0b5.
Attachment #9193770 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•4 years ago
|
||
uplift |
status-firefox85:
--- → fixed
Comment 9•4 years ago
|
||
I have verified the following with the steps provided in comment 5 using Firefox Beta 85.0b5 (Build ID: 20210105185604) on Windows 10 x64, macOS 10.15.6, and Ubuntu Linux 20.04 x64:
- With the
browser.newtabpage.activity-stream.logowordmark.alwaysVisible
pref set tofalse
and thebrowser.newtabpage.activity-stream.customizationMenu.enabled
pref set totrue
:- The distance between the top of the search bar and the top of the screen is the same as the distance with the
browser.newtabpage.activity-stream.customizationMenu.enabled
pref set tofalse
. - The "Top Sites", "Recommended by Pocket", and "Recent activity (Highlights)" sections are centered.
- The distance between the top of the search bar and the top of the screen is the same as the distance with the
- With the
browser.newtabpage.activity-stream.logowordmark.alwaysVisible
pref set totrue
and thebrowser.newtabpage.activity-stream.customizationMenu.enabled
pref set totrue
:- The distance between the top of the search bar and the top of the screen is the same as the distance with the
browser.newtabpage.activity-stream.customizationMenu.enabled
pref set tofalse
. - The "Top Sites", "Recommended by Pocket", and "Recent activity (Highlights)" sections are centered.
- If the "Recommended by Pocket" section is disabled in the "about:preferences#home" page, the Firefox Logo is correctly displayed above the "Search" bar.
- The distance between the top of the search bar and the top of the screen is the same as the distance with the
You need to log in
before you can comment on or make changes to this bug.
Description
•