Bug 132225 - WebKit2 View Gestures (Zoom): Pages with 'background-attachment: fixed' don't behave correctly when zoomed
Summary: WebKit2 View Gestures (Zoom): Pages with 'background-attachment: fixed' don't...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-26 23:57 PDT by Tim Horton
Modified: 2014-04-27 13:43 PDT (History)
3 users (show)

See Also:


Attachments
patch (10.24 KB, patch)
2014-04-27 00:01 PDT, Tim Horton
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-04-26 23:57:49 PDT
The RenderView's main GraphicsLayer doesn't apply the page scale if we have composited background-attachment: fixed; its contents containment layer does. We should apply the pinch-zoom scale to that layer if it exists (it only exists in this case).

<rdar://problem/15729975>
Comment 1 Tim Horton 2014-04-27 00:01:11 PDT
Created attachment 230254 [details]
patch
Comment 2 Tim Horton 2014-04-27 13:43:40 PDT
http://trac.webkit.org/changeset/167860