[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
Sun Oct 14 21:48:30 PDT 2012


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





--- Comment #3 from Christophe Dumez <christophe.dumez at intel.com>  2012-10-14 21:49:18 PST ---
(From update of attachment 168621)
View in context: https://bugs.webkit.org/attachment.cgi?id=168621&action=review

> Tools/MiniBrowser/efl/main.c:194
> +    } else if (!strcmp(ev->key, "F7")) {

Can you check which shortcut is used by browsers usually and use the same? It is confusing to use different shortcuts.

> Tools/MiniBrowser/efl/main.c:199
> +        zoom_level_set(obj, currentZoomLevel + 1);

There is usually a shortcut to reset the zoom level to its default value as well.

-- 
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