I have a WPF Application hostet in a WinForms ElementHost. When a diacritic character (e.g. "^" or "`") is entered in a Textbox, NOT followed by a literal, changing focus by pressing TAB does not work. A literal character must be typed first to make TAB work again.
In a native WPF application the diacritic gets displayed in the TextBox when pressing TAB, further presses of TAB change focus. The ElementHost seems to inhibit this behavior.
Any Ideas?