The CEF context menu implementation on Linux currently requires that a
GtkWidget be passed to CefWindowInfo::SetAsOffScreen(). With Java integration
it's possible to get an X11 Window handle but no GTK widget (see
Java_org_cef_CefContext_N_1GetWindowHandle in CefContext.cpp). Consequently
context menu support in JCEF on Linux must wait until CEF moves from GTK to
Aura.
Related CEF issue:
https://code.google.com/p/chromiumembedded/issues/detail?id=180
Original issue reported on code.google.com by magreenb...@gmail.com on 30 Nov 2013 at 9:14
Original issue reported on code.google.com by
magreenb...@gmail.com
on 30 Nov 2013 at 9:14