[Webkit-unassigned] [Bug 188746] [GTK] Touchscreen pinch to zoom should scale the page like other platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 17:44:58 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188746

--- Comment #26 from Justin Michaud <justin at justinmichaud.com> ---
The current behaviour (before this patch) is that pinching is the same as zooming with ctrl-+.

After this patch (and on other platforms and browsers), there is a difference between scaling the page with a pinch gesture, and zooming in with ctrl-[+-] which re-lays out the page. If you want to avoid exposing a second setting for scale, we can re-set the scale when the zoom level changes. I don't see a use case where an embedder would not want this behaviour, but I wasn't sure.

I am going to:
- Replace the two use cases of webkitWebViewBaseGetPage with priv
- Reset the scale to 1 whenever the zoom level is changed

Does that sound good?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180822/115621fb/attachment.html>


More information about the webkit-unassigned mailing list