Bug 249693 - overflow-x: clip Cause sibling image not loading
Summary: overflow-x: clip Cause sibling image not loading
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: Safari Technology Preview
Hardware: Mac (Apple Silicon) macOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-12-20 20:09 PST by othree
Modified: 2023-01-17 15:51 PST (History)
6 users (show)

See Also:


Attachments
The result of test case (164.03 KB, image/png)
2022-12-20 20:09 PST, othree
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description othree 2022-12-20 20:09:30 PST
Created attachment 464131 [details]
The result of test case

Test case:
https://github.com/othree/report-safari-lazyload/tree/master/A

The issue is:

If the parent element has the CSS rule `overflow-x: clip;`
The absolutely positioned(positioned below the viewport) child image will not load.
Comment 1 Radar WebKit Bug Importer 2022-12-27 20:10:17 PST
<rdar://problem/103734614>
Comment 2 Vitor Roriz 2023-01-17 08:01:57 PST
Pull request: https://github.com/WebKit/WebKit/pull/8721
Comment 3 EWS 2023-01-17 15:50:59 PST
Committed 259007@main (ba441a1628f1): <https://commits.webkit.org/259007@main>

Reviewed commits have been landed. Closing PR #8721 and removing active labels.