Bug 130277 - [iOS WK2] background-attachment: fixed renders oddly, moves around
Summary: [iOS WK2] background-attachment: fixed renders oddly, moves around
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 17:46 PDT by Simon Fraser (smfr)
Modified: 2014-03-14 18:03 PDT (History)
9 users (show)

See Also:


Attachments
Patch (4.47 KB, patch)
2014-03-14 17:49 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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