Bug 193880

Summary: ScrollingStateFrameHostingNodes need some geometry
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: ScrollingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: fred.wang, koivisto, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Simon Fraser (smfr) 2019-01-26 21:10:36 PST
ScrollingStateFrameHostingNodes need to store a parent-relative rect, since they take care of the geometry offset between an iframe's renderer and its ancestor scrolling node in the parent document.

ScrollingStateFrameHostingNodes also needs to store the border+padding offset (since that, too, is a property of the parent document, not the content document).
Comment 1 Radar WebKit Bug Importer 2019-01-26 21:10:59 PST
<rdar://problem/47578489>
Comment 2 Simon Fraser (smfr) 2019-01-29 20:26:39 PST
I'll just do this via bug 172917.

*** This bug has been marked as a duplicate of bug 172917 ***
Comment 3 Simon Fraser (smfr) 2019-01-29 20:49:25 PST

*** This bug has been marked as a duplicate of bug 194002 ***