Skip to content

Keyboard problems in popup windows in the wxpython examples (Windows) #80

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions