RESOLVED FIXED Bug 131611
Make WK(Web)View magnification setters actually use view-relative positions
https://bugs.webkit.org/show_bug.cgi?id=131611
Summary Make WK(Web)View magnification setters actually use view-relative positions
Tim Horton
Reported 2014-04-14 02:58:04 PDT
WKWebView/WKView's setMagnification: and setMagnification:centeredAtPoint: both expose the somewhat bizarre but widespread notion of a scale "origin", which really just translates into the scroll position post-scale. We intended for setMagnification: and setMagnification:centeredAtPoint: to use view-relative points (and points within the view instead of (negative) scroll position) to center the zoom, as those make much more sense as exposed API. <rdar://problem/15965239>
Attachments
patch (5.68 KB, patch)
2014-04-14 03:05 PDT, Tim Horton
darin: review+
Tim Horton
Comment 1 2014-04-14 03:05:37 PDT
Tim Horton
Comment 2 2014-04-14 10:28:39 PDT
Note You need to log in before you can comment on or make changes to this bug.