You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a similar keys "chars" events problem when embedding browser
in wx tabs, this was fixed by adding the wx.WANTS_CHARS style to panel
and notebook controls. See this topic on the CEF Forum:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=10922
Adding the wx.WANTS_CHARS style to wx.Frame does not solve the problem
for popup windows. This probably needs a more complex fix, requiring
to hook up to wx keyboard events and propagate them to the CEF child
windows.
Original issue reported on code.google.com by czarek.t...@gmail.com on 7 Aug 2013 at 4:47
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 7 Aug 2013 at 4:47The text was updated successfully, but these errors were encountered: