The review checker sidebar border is cut off
Categories
(Firefox :: Shopping, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox117 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | verified |
People
(Reporter: pmagyari, Assigned: Gijs, NeedInfo)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-shopping] )
Attachments
(2 files)
Found in
- 119.0a1 (2023-09-14)
Affected versions
- 119.0a1 (2023-09-14)
Tested platforms
- Affected platforms: All
Preconditions
- browser.shopping.experience2023.enabled: true
- browser.shopping.experience2023.optedIn: 1
Steps to reproduce
- Open a random amazon product page.
- Check the review checker sidebar.
Expected result
- The border of the review checker sidebar goes all the way to the bottom.
Actual result
- The border is cut off at the bottom.
Regression
- This is a very recent regression. I'm going to run mozregression and add the result ASAP.
Updated•1 year ago
|
Reporter | ||
Comment 1•1 year ago
|
||
Mozregression came up with: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=38b6d0fc67fc7b49e00ec506804e5acbf1cd5a68&tochange=a654205d84701ba611f22f0020be612e0db887c6
I believe the regressor might be Bug 1852302.
The issue occurs from removing position: fixed
, which the regressing bug does. Restoring position: fixed
or using position: absolute
will fix the cut off.
We have Bug 1852141 advising against using position: fixed
due to issues with scrollbars documented in Bug 1851657 (we should use position: absolute
instead). Concerning the latter bug, it was filed when the sidebar header still had an icon, and I believe the issue improved after removing it.
I tested with the browser toolbox, and it seems that even with position: absolute
or not, I can't scroll horizontally if zoomed in to the onboarding card. Works fine though with the main sidebar content. Therefore, we can probably use position: absolute
if that's a quicker and easier solution for us to settle on before the end of 119? The issues with the onboarding card will need to be resolved by the onboarding team separately.
Comment 3•1 year ago
|
||
:niklas, since you are the author of the regressor, bug 1852302, could you take a look?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 4•1 year ago
|
||
We could alternatively fix this by setting the border on the shopping-sidebar
element rather than from within the shopping.html
document / inner content.
Another option might be (untested) to set a min-height
of 100vh
instead of 100%
for the container on which the border is set.
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
Comment 7•1 year ago
|
||
bugherder |
Reporter | ||
Comment 8•1 year ago
|
||
Verified fixed using Firefox Nightly 119.0a1 (20230920005018) on MacOS 11.6, Windows 10 and Ubuntu 20.04.
Description
•