Latest MILESTONE_MESSAGE_87 message heading text is misaligned
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
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.
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Comment 2•2 years ago
|
||
Reporter | ||
Comment 3•2 years ago
|
||
Reporter | ||
Updated•2 years ago
|
I managed to fix this locally by adding:
display: flex;
flex-direction: row;
align-items: center;
Reporter | ||
Comment 5•2 years ago
|
||
(In reply to Itiel from comment #4)
I managed to fix this locally by adding:
display: flex; flex-direction: row; align-items: center;
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!
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 8•2 years ago
|
||
[Tracking Requested - why for this release]:
Patch fixes message UI. Message is live and seen by user with misaligned text.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 9•2 years ago
|
||
bugherder |
Reporter | ||
Comment 10•2 years ago
|
||
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
Comment 11•2 years ago
|
||
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.
Comment 12•2 years ago
|
||
Comment on attachment 9360469 [details]
Bug 1860898 - Align heading text of the MILESTONE_MESSAGE_87 CFR message r?pdahiya
Approved for 120.0b6
Comment 13•2 years ago
|
||
uplift |
Updated•2 years ago
|
Comment 14•2 years ago
|
||
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.
Description
•