We have an Add-in to outlook (VSTO) that contains a form with a webbrowser(Dotnetbrowser).
On startup everything works as expected but as soon as the form looses focus, one clicks on a mail for example, the DNB doesn't receive any keyboard inputs. It does however receive mouse input.
We've tried several different versions of DNB.
This has nothing to do with js, as no js is running on the loaded url. The form the browser is in receives keyboard input and should pass it on fine. If it runs in a regular windows form it behaves fine.