Closed Bug 1860898 Opened 2 years ago Closed 2 years ago

Latest MILESTONE_MESSAGE_87 message heading text is misaligned

Categories

(Firefox :: Messaging System, defect, P1)

defect

Tracking

()

VERIFIED FIXED
121 Branch
Iteration:
121.1 - Oct 23 - Nov 3
Tracking Status
firefox120 + verified
firefox121 --- verified

People

(Reporter: pdahiya, Assigned: itiel_yn8)

References

(Blocks 1 open bug)

Details

Attachments

(4 files)

Scope of this bug is to debug and fix UI updates seen in Milestone message in Fx119 and Fx120.

Summary: MILESTONE_MESSAGE_87 message has heading text bottom aligned → Latest MILESTONE_MESSAGE_87 message heading text is misaligned
See Also: → 1590302
See Also: → 1859928
See Also: → 1831198

I managed to fix this locally by adding:

display: flex;
flex-direction: row;
align-items: center;

in this rule:
https://searchfox.org/mozilla-central/rev/ffdc4971dc18e1141cb2a90c2b0b776365650270/browser/themes/shared/browser-shared.css#463

(In reply to Itiel from comment #4)

I managed to fix this locally by adding:

display: flex;
flex-direction: row;
align-items: center;

in this rule:
https://searchfox.org/mozilla-central/rev/ffdc4971dc18e1141cb2a90c2b0b776365650270/browser/themes/shared/browser-shared.css#463

That's great ! @itiel if you can please attach patch with recommended fix, I can help review. Considering number of impressions and simplicity of fix, this will be a good uplift candidate thanks!

Flags: needinfo?(itiel_yn8)
Assignee: nobody → itiel_yn8
Status: NEW → ASSIGNED
Flags: needinfo?(itiel_yn8)
Pushed by itiel_yn8@walla.com: https://hg.mozilla.org/integration/autoland/rev/324fe11c40a3 Align heading text of the MILESTONE_MESSAGE_87 CFR message r=pdahiya,desktop-theme-reviewers,dao
Iteration: --- → 121.1 - Oct 23 - Nov 3
Priority: -- → P1

[Tracking Requested - why for this release]:

Patch fixes message UI. Message is live and seen by user with misaligned text.

Flags: qe-verify+
Severity: -- → S3
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch

Comment on attachment 9360469 [details]
Bug 1860898 - Align heading text of the MILESTONE_MESSAGE_87 CFR message r?pdahiya

Beta/Release Uplift Approval Request

  • User impact if declined: UI fix of misaligned text
  • Is this code covered by automated tests?: No
  • Has the fix been verified in Nightly?: Yes
  • Needs manual test from QE?: Yes
  • If yes, steps to reproduce: See Test plan in attached patch
  • List of other uplifts needed: None
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky): CSS fix of milestone message
  • String changes made/needed: None
  • Is Android affected?: No
Attachment #9360469 - Flags: approval-mozilla-beta?

I have verified this issue and I can confirm that all the elements from the "MILESTONE_MESSAGE_87" are correctly aligned. However, during testing, I have observed that on Windows the "X" button is displayed in the left part of the "See All" button and I've logged a separate issue for this (Bug 1862635)

Verified using the latest Firefox Nightly 121.0a1 (Build ID: 20231101093520) installed on Windows 10 x64, macOS 13.4.1, and Linux Mint 21.1.

Status: RESOLVED → VERIFIED
Flags: qe-verify+

Comment on attachment 9360469 [details]
Bug 1860898 - Align heading text of the MILESTONE_MESSAGE_87 CFR message r?pdahiya

Approved for 120.0b6

Attachment #9360469 - Flags: approval-mozilla-beta? → approval-mozilla-beta+

I have verified this issue and I can confirm that all the elements from the "MILESTONE_MESSAGE_87" are correctly aligned.

Verified using the latest Firefox Beta 120.0 (Build ID: 20231113165053) installed on Windows 10 x64, macOS 14.1.1, and Ubuntu 22.04 x64.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: