[Webkit-unassigned] [Bug 80597] [WK2] Add WKHitTestResultIsContentEditable()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 03:14:26 PDT 2012


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





--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-03-12 03:14:26 PST ---
Actually, all menu items are added to the default context menu by WebCore in the WebProcess, in ContextMenuController, using the hit test result. I guess that's where all editable menu items are added for mac (and other ports). But input methods context menu items are special case, because they are created by GTK+ API (gtk_im_multicontext_append_menuitems), so that needs to be called in the UI process.

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