It was impossible to give focus to the actual web view in wxWebViewEdge by keyboard navigation or programmatically with wxWebViewEdge::SetFocus(). Fix it by calling CoreWebView2Controller::MoveFocus() in the wxWebViewEdge's wxEVT_SET_FOCUS handler. Closes https://github.com/wxWidgets/wxWidgets/pull/2444