roadlabs / cefpython

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

Keyboard auto focus not working in wxPython on Linux and Mac #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It worked fine in CEF 1 on Linux. It's some bug in CEF 3.

See this topic: 
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=10900

Original issue reported on code.google.com by czarek.t...@gmail.com on 31 Jul 2013 at 5:49

GoogleCodeExporter commented 9 years ago
Keyboard focus works fine in the CEF Python 3 wxpython example on Windows.

Original comment by czarek.t...@gmail.com on 6 Aug 2013 at 10:33

GoogleCodeExporter commented 9 years ago
Popup windows on Windows have no mouse focus and no keyboard focus.

Original comment by czarek.t...@gmail.com on 6 Aug 2013 at 11:25

GoogleCodeExporter commented 9 years ago
In 31.0 release wxpython.py example on Windows implemented 
LifespanHandler.OnBeforePopup, and that fixed keyboard problems in popups and 
focus issue as well.

On Linux auto focus issue was caused by applying a patch to fix CEF GTK 
implementation. That patch removes the GtkPizza elements that embrace window 
controls. More details here: 
https://code.google.com/p/cefpython/wiki/BuildOnLinux#wxPython_auto-focus_issue

Original comment by czarek.t...@gmail.com on 10 Aug 2014 at 6:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 23 Jan 2015 at 4:56