Open GoogleCodeExporter opened 9 years ago
Created topic on the CEF Forum for this issue:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12596
Original comment by czarek.t...@gmail.com
on 23 Jan 2015 at 7:46
[deleted comment]
There is a solution for this issue, Marshall provided the idea:
Create a hidden window when your application starts. Parent the new popup browser to
the hidden window in OnBeforePopup. After the browser exists (OnAfterCreated) create
the desired target window and re-parent the browser to that target window.
I think this should be implemented only in wxadvanced.py and in cefpython3.wx,
as it complicates things a bit. In wxsimple.py just provide a comment about
keyboard issues in popups and the fix.
Original comment by czarek.t...@gmail.com
on 23 Jan 2015 at 7:56
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 23 Jan 2015 at 11:41