[Webkit-unassigned] [Bug 72099] [WK2] Keyboard menu key should show context menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 23:41:54 PDT 2012


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





--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-05-31 23:41:53 PST ---
(From update of attachment 145216)
View in context: https://bugs.webkit.org/attachment.cgi?id=145216&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:467
> +#if ENABLE(CONTEXT_MENUS)
> +    WEBKIT_WEB_VIEW_BASE(widget)->priv->pageProxy->handleContextMenuKeyEvent();
> +    return TRUE;
> +#endif // ENABLE(CONTEXT_MENUS)

Isn't context menu always enabled when building gtk port?

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:619
> +    widgetClass->popup_menu = webkitWebViewPopupMenuHandler;

We use the pattern classNameSignalName, so this should be webkitWebViewBasePopupMenu()

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