Bug 241512
Summary: | REGRESSION (iOS 15.5 ): Sites with images that have loading="lazy" and background-image fail to load | ||
---|---|---|---|
Product: | WebKit | Reporter: | dylan |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen, dylan, graouts, sabouhallawa, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 15 |
dylan
On iOS 15.5, sites that are loaded in Safari with images that have loading="lazy" and a background-image CSS property will cause the entire page not to load. Safari gives the "A problem repeatedly occurred" error message.
On <15.5, the pages load.
This will NOT load:
https://safari-15-5-background-im-0482ae5a53a72.webflow.io/
These WILL load:
https://safari-15-5-background-im-0482ae5a53a72.webflow.io/without-lazy
https://safari-15-5-background-im-0482ae5a53a72.webflow.io/without-bg-image
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Thank you for the report!
Can you please let us know whether this affects any live websites?
Radar WebKit Bug Importer
<rdar://problem/95083527>
dylan
(In reply to Alexey Proskuryakov from comment #1)
> Thank you for the report!
>
> Can you please let us know whether this affects any live websites?
Yes it does - I'm not sure if I can share any sites directly here, but we learned about this through live sites. I can most likely have them shared privately if needbe, but the 3 provided are the minimal repros based on customer sites. Thanks!
Antoine Quint
This got fixed in r295393.
*** This bug has been marked as a duplicate of bug 241435 ***
dylan
(In reply to Antoine Quint from comment #4)
> This got fixed in r295393.
>
> *** This bug has been marked as a duplicate of bug 241435 ***
Thank you! Is there an estimate to when it gets rolled out to iOS, or just "at some point"?