Bug 252740
Summary: | Native iframe lazyload doesn't load when setting src with JavaScript | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mads Erik Forberg <mads> |
Component: | Frames | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cdumez, rbuis, simon.fraser |
Priority: | P2 | ||
Version: | Safari 16 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 16 |
Mads Erik Forberg
When using progressive enhancement for lazyloading iframes. Setting src on with script after doesn't seem to load the contents in iframe.
See examples on this URL: https://static.vg.no/mads_test/iframe-lazy.html
Tested on iOS 16.4 (20E5212f)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mads Erik Forberg
This works in other browsers (Chrome and Firefox)
Chris Dumez
I can reproduce. I'll try to get to it soon.
Chris Dumez
I actually cannot reproduce after https://commits.webkit.org/260612@main. Looks like I already fixed this.
*** This bug has been marked as a duplicate of bug 252636 ***