[Webkit-unassigned] [Bug 99285] [EFL][WK2] Add support for a zoom level setting to MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 00:04:05 PDT 2012


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





--- Comment #7 from Ryuan Choi <ryuan.choi at samsung.com>  2012-10-15 00:04:52 PST ---
(From update of attachment 168621)
View in context: https://bugs.webkit.org/attachment.cgi?id=168621&action=review

> Tools/MiniBrowser/efl/main.c:68
> +    Evas_Coord ox, oy, mx, my, cx, cy;
> +    evas_pointer_canvas_xy_get(evas_object_evas_get(webview), &mx, &my);
> +    evas_object_geometry_get(webview, &ox, &oy, NULL, NULL);
> +    cx = mx - ox;
> +    cy = my - oy;
> +
> +    Eina_Bool result = ewk_view_scale_set(webview, factor, cx, cy);

By the way, is it correct?

I think that we can not use ewk_view_scale_set well.
At least, cx,cy should be a contents coordination.

But, we did not contribute the APIs related to scroll behavior.

I hope that we land this after getting correct behavior.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list