Webbrowser control and Tab Navigation

Christof Ecker wrote:

Hi all,

I am using the webbrowser control (internet explorer) as display
component in a project. Unfortunately the Tab and Enter keys do not
work, i.e. it is impossible to switch between input fields of the
displayed html-page and it is impossible to enter a newline in an
input field.

The shortened listing is below.

Can anyone help?

Use the wx.lib.iewin module instead. It has the proper magic in the C++ code to allow the navigation key events to be processed by the ActiveX control before wx gets them. The current wx.lib.iewin has some limitations with regards to using the rest of the COM interfaces, but that will be resolved with a new COM/wxActiveX implementation in 2.8.8.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!