Run the application. Repeatedly press tab, observing that the focus correctly enters and exits the WebView. Repeatedly press shift+tab, observing that focus gets trapped inside the WebView. Expected ...
To reproduce this bug, create a Winform app (tested in .NET 8), add an Elementhost (add from code behind since it is not in the Toolbox anymore...) and host a WPF UserControl which contains a ...