Bug 133244 - [iOS][WK2] The page scale factor randomly resets to initial scale when editing
Summary: [iOS][WK2] The page scale factor randomly resets to initial scale when editing
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: Benjamin Poulain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-23 17:26 PDT by Benjamin Poulain
Modified: 2014-05-23 20:46 PDT (History)
0 users

See Also:


Attachments
Patch (8.23 KB, patch)
2014-05-23 17:31 PDT, Benjamin Poulain
enrica: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-05-23 17:26:24 PDT
[iOS][WK2] The page scale factor randomly resets to initial scale when editing
Comment 1 Benjamin Poulain 2014-05-23 17:31:41 PDT
Created attachment 232006 [details]
Patch
Comment 2 Benjamin Poulain 2014-05-23 17:32:39 PDT
<rdar://problem/16952838>
Comment 3 Enrica Casucci 2014-05-23 17:34:12 PDT
Comment on attachment 232006 [details]
Patch

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

Looks good. Thanks for fixing this!

> Source/WebKit2/ChangeLog:9
> +        to reset the scale whenever it feels like it. The fix is to call willStartUserTriggeredZoom before changing the scale.

typo: felt
Comment 4 Benjamin Poulain 2014-05-23 20:46:27 PDT
Committed r169300: <http://trac.webkit.org/changeset/169300>