Open
Bug 1916903
Opened 10 months ago
Updated 4 months ago
us.wills-vegan-shoes.com - Product images are missing
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Score:4, Webcompat Priority:P3, firefox130 affected, firefox132 affected)
NEW
People
(Reporter: ctanase, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:content-missing configuration:general affects:all branch:release diagnosis-team:dom
Attachments
(2 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox 130.0/132
Steps to reproduce:
- Go to https://us.wills-vegan-shoes.com/collections/vegan-fashion-mens
- Scroll down the page.
- Observe the products.
Expected Behavior:
The product images are displayed.
Actual Behavior:
The product images are missing.
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, and Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/141267
Reporter | ||
Updated•10 months ago
|
status-firefox130:
--- → affected
status-firefox132:
--- → affected
Version: unspecified → Firefox 132
Reporter | ||
Comment 1•10 months ago
|
||
Updated•9 months ago
|
Comment 2•7 months ago
|
||
Comment 3•7 months ago
|
||
.media-wrapper {
position: relative;
min-width: -webkit-fill-available;
scroll-snap-align: center;
}
changing that by -moz-available
works...
Comment 4•7 months ago
|
||
The reduced testcase and actual site both render as-expected in latest Nightly 135.0a1 (2024-12-14) if I enable about:config pref layout.css.webkit-fill-available.enabled
.
Updated•6 months ago
|
Webcompat Priority: --- → P3
Updated•4 months ago
|
Webcompat Score: --- → 4
You need to log in
before you can comment on or make changes to this bug.
Description
•