Open GoogleCodeExporter opened 8 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
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
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
[deleted comment]
Original comment by czarek.t...@gmail.com
on 23 Jan 2015 at 4:56
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/cefpython/issues/77
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 6:32
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 31 Jul 2013 at 5:49