Bug 210822
Summary: | iframe with background-attachment: fixed needs to scroll synchronously | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Scrolling | Assignee: | Nobody <webkit-unassigned> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
An iframe whose content has background-attachment: fixed needs to fall into the synchronous scrolling path.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/62137075>
Simon Fraser (smfr)
This is an ordering dependency between calling scrollingCoordinator->frameViewFixedObjectsDidChange() and creating the subframe's scrolling node.