jramosd / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Linux: Add context menu support in OSR mode #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 17 Jun 2014 at 6:12

GoogleCodeExporter commented 9 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/18

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 5:59