[Address Bar] Align urlbar favicon and text when rich entities are enabled
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox114 | --- | unaffected |
| firefox115 | --- | unaffected |
| firefox116 | --- | verified |
| firefox117 | --- | verified |
| firefox118 | --- | verified |
People
(Reporter: mehmetxsahin, Assigned: daleharvey)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [sng])
Attachments
(4 files)
Nightly 116.0a1 (2023-06-22) (64-Bit)
macOS 13.4.1
Steps to reproduce:
- Type something into the Address Bar
- Take a look at the vertical alignment of text input and dropdown.
Actual: Elements are no longer aligned.
Expected: Favicons and text should be aligned.
Screenshots are attached.
This is a recent regression.
I did a bisect:
Bug 1837815 - Enable rich entities in nightly. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D180590
dharvey@: Can you please take a look at this regression?
Many thanks :)
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1837815
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
When rich entities are enabled the favicons take up more space to allow for larger icons however when that happens we need to also adjust the spacing in the urlbar
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
| bugherder | ||
Comment 8•2 years ago
|
||
The patch landed in nightly and beta is affected.
:daleharvey, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox116towontfix.
For more information, please visit BugBot documentation.
Thanks for fixing the issue. Looks perfectly aligned again in Nightly 117.0a1 (2023-07-27) (64-Bit).
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Comment on attachment 9341258 [details]
Bug 1839921 - Align urlbar and result icons when rich suggestions enabled. r=dao
Beta/Release Uplift Approval Request
- User impact if declined: We need this to ship the rich suggestions experiment on release as planned
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Should be clear from the comments and screenshots
- List of other uplifts needed: The following bugs should be uplifted in this order: 1839921, Bug 1846119, Bug 1846765
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): CSS-only change that affects rich suggestions, which are preffed off by default except for Nightly
- String changes made/needed:
- Is Android affected?: No
Updated•2 years ago
|
Comment 11•2 years ago
|
||
Comment on attachment 9341258 [details]
Bug 1839921 - Align urlbar and result icons when rich suggestions enabled. r=dao
Approved for 116.0.1 dot release
Comment 12•2 years ago
|
||
| uplift | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 13•2 years ago
|
||
The issue is verified fixed using Fx116.0.1 (treeherder build), Fx117.0b3 (treeherder build) and Fx 118.0a1 on Windows 10 and Ubuntu 20.04. Icons from the address bar are aligned with the icons from the drop-down.
Description
•