Bug 130277

Summary: [iOS WK2] background-attachment: fixed renders oddly, moves around
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, cmarcelo, commit-queue, jamesr, luiz, simon.fraser, thorton, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2014-03-14 17:46:42 PDT
[iOS WK2] background-attachment: fixed renders oddly, moves around
Comment 1 Simon Fraser (smfr) 2014-03-14 17:49:32 PDT
Created attachment 226785 [details]
Patch
Comment 2 Tim Horton 2014-03-14 17:53:56 PDT
Comment on attachment 226785 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=226785&action=review

> Source/WebCore/page/scrolling/ios/ScrollingTreeScrollingNodeIOS.mm:176
> +        m_counterScrollingLayer.get().position = viewportRect.location();

setPosition:
Comment 3 Simon Fraser (smfr) 2014-03-14 18:03:53 PDT
https://trac.webkit.org/r165666