Retain the about:logins search bar position when the branding is not official
Categories
(Firefox :: about:logins, enhancement)
Tracking
()
People
(Reporter: itiel_yn8, Assigned: itiel_yn8)
Details
Attachments
(2 files)
See attached. Reproducible when running locally.
Currently the search bar simply shifts to to the left.
Comment 3•5 years ago
|
||
| bugherder | ||
Comment 4•5 years ago
|
||
@Itiel, I can't locally build firefox and is there any way we can verify this issue without the use of local builds?
(In reply to Simona Rosu [:srosu], Ecosystem QA from comment #4)
@Itiel, I can't locally build firefox and is there any way we can verify this issue without the use of local builds?
Sure:
- On Nightly open about:logins
- Inspect the page (Ctrl+Shift+C, if you're on Windows)
- On the HTML markup section, find the <html> tag at the beginning
- On that tag, double click on the "official-branding" part and remove it, press Enter
- You should now be able to see that the "Firefox Lockwise" logo is removed, and the searchbox has retained its position, while in a build from 3 months ago it's shifted to the beginning of the page.
Note that reloading the page will reset everything, which is normal as the "official-branding" part will be back after reloading.
Comment 6•5 years ago
|
||
Thank you very much for your reply, it helped me with verifying the fix and the issue is not reproducible anymore.
I have verified using the Firefox Nightly 78.0a1 (Build ID: 20200508093543), Firefox Beta 77.0b3 (Build ID: 20200507233245), Firefox Release 76.0 (Build ID: 20200429185419), Firefox Nightly 74.0a1 (Build ID: 20200127213955) on Windows 10 x64, Ubuntu 18.04 x64, and Mac 10.15.4.
- The search bar position remains the same when the brand name does not exist.
Description
•