When I click radio button or navigate through tabs my geckofx web browser loose focus. I can get back to focus by using browser.Focus() it works well but if there is for example two tabs 1tab and 2tab. On 2tab is my webbrowser. When I go to tab1 my browser in tab2 loose focus and command browser.Focus() wont work. Its really annoying that everytime I do some stuff on my UI gecko loose focus. Is there any way how I could keep it ALWAYS on focus?
Thanks.
Edit: I thinked about making UI elements not to focus on them so browser wont loose its focus. enter link description here Found this, used that class and it works with buttons. Ill try to do this on tabs.