Update Shopping Sidebar default width to use pixel value
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: nsauermann)
References
(Blocks 1 open bug)
Details
(Whiteboard: [omc])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
Scope of this bug is to update shopping sidebar default width to 320px instead of 26.67em
See https://bugzilla.mozilla.org/show_bug.cgi?id=1865351#c19
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Reporter | ||
Comment 1•1 year ago
•
|
||
[Tracking Requested - why for this release]:
Fix of Bug 1858462 changed default width of shopping sidebar in em causing onboarding opt-in container and survey to cut off in MacOS in Fx121+
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Because the bot didn't comment when the patch landed on autoland I will leave this message with the revision from autoland:
https://hg.mozilla.org/integration/autoland/rev/7e08f5f9cbb4e38b3579328b49609d065203415a
Comment 4•1 year ago
|
||
bugherder |
Comment 5•1 year ago
|
||
The patch landed in nightly and beta is affected.
:nsauermann, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox121
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 6•1 year ago
•
|
||
Comment on attachment 9366139 [details]
Bug 1867336 - Update Shopping Sidebar default width to use pixel value
Beta/Release Uplift Approval Request
- User impact if declined: Shopping sidebar opt-in card will be truncated on macOS, see comment for issue
- 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: - In about:config ensure:
browser.shopping.experience2023.active
is set to truebrowser.shopping.experience2023.enabled
is set to true
browser.shopping.experience2023.optedIn
is set to 0
- Route to amazon.com
- Notice the opt-in shopping sidebar is not truncated on macOS (and all OS)
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): A small change to the styling to use a static width for the sidebar instead of a relative one to ensure consistency across OSs.
- String changes made/needed: N/A
- Is Android affected?: No
Assignee | ||
Updated•1 year ago
|
Comment 7•1 year ago
|
||
Comment on attachment 9366139 [details]
Bug 1867336 - Update Shopping Sidebar default width to use pixel value
Approved for 121.0b6.
Updated•1 year ago
|
Comment 9•1 year ago
|
||
Backed out from 121.0b6 as requested by jhirsch.
Backout link: https://hg.mozilla.org/releases/mozilla-beta/rev/8e00ed90450f29ee0286348a831fc0980397f8e7
Updated•1 year ago
|
Comment 10•1 year ago
|
||
As a result of backing out https://bugzilla.mozilla.org/show_bug.cgi?id=1858762, --shopping-sidebar-width
is removed (sorry). Setting to width
should suffice.
Comment 11•1 year ago
•
|
||
Backed out also from 122 as requested by jhirsch.
Backout link: https://hg.mozilla.org/integration/autoland/rev/9d2831e8fb6f07970d725c286f8b156512ba6d5a
Setting wontfix as Jared mentioned on matrix.
Comment 12•1 year ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/9d2831e8fb6f
Assignee | ||
Comment 13•1 year ago
•
|
||
Comment on attachment 9366139 [details]
Bug 1867336 - Update Shopping Sidebar default width to use pixel value
(Sorry for the double beta uplift req, unsure if it needs another one since the original got backed out! see comment for context)
Beta/Release Uplift Approval Request
- User impact if declined: Shopping sidebar opt-in card will be truncated on macOS, see comment for issue
- 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: In about:config ensure:
browser.shopping.experience2023.active
is set to truebrowser.shopping.experience2023.enabled
is set to true
browser.shopping.experience2023.optedIn
is set to 0
- Route to amazon.com
- Notice the opt-in shopping sidebar is not truncated on macOS (and all OS)
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): A small change to the styling to use a static width for the sidebar instead of a relative one to ensure consistency across OSs.
- String changes made/needed:
- Is Android affected?: No
Sorry, bit of a misunderstanding here--I had asked for the animation bug to be wontfixed, but didn't mention this related bug
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 15•1 year ago
|
||
(In reply to Jared Hirsch [:jhirsch] (he/him) (Needinfo please) from comment #14)
Sorry, bit of a misunderstanding here--I had asked for the animation bug to be wontfixed, but didn't mention this related bug
No worries! Going to re-open this bug and set it back to affected
for Fx121 and 122.
Comment 16•1 year ago
|
||
Comment 17•1 year ago
|
||
Comment on attachment 9366139 [details]
Bug 1867336 - Update Shopping Sidebar default width to use pixel value
Re-approved for 121.0b7!
Comment 18•1 year ago
|
||
uplift |
Updated•1 year ago
|
Comment 19•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Comment 20•1 year ago
|
||
Verified as fixed in our latest Beta and Nightly builds 122.0a1 (2023-12-05).
Description
•