Bug 125813 - WKView.magnification should include magnification due to the active gesture
Summary: WKView.magnification should include magnification due to the active gesture
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:
Depends on:
Blocks:
 
Reported: 2013-12-16 16:12 PST by Tim Horton
Modified: 2013-12-16 16:32 PST (History)
4 users (show)

See Also:


Attachments
patch (2.60 KB, patch)
2013-12-16 16:25 PST, Tim Horton
simon.fraser: 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 2013-12-16 16:12:54 PST
Otherwise, the parent app cannot tell if the effective scale is != 1 during the initial pinch in. Plus, it makes more sense this way.
Comment 1 Tim Horton 2013-12-16 16:25:12 PST
Created attachment 219366 [details]
patch
Comment 2 Simon Fraser (smfr) 2013-12-16 16:29:01 PST
Comment on attachment 219366 [details]
patch

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

> Source/WebKit2/UIProcess/mac/ViewGestureController.h:43
> +    double magnification();

const?
Comment 3 Tim Horton 2013-12-16 16:32:26 PST
http://trac.webkit.org/changeset/160675