Closed DavidKinder closed 2 years ago
The switch to libcef seems to have broken the logic that does (or does not) set the focus when navigating to a HTML page in the front-end.
Need to investigate replacing ReportHtml::SetFocusOnContent() with an implementation of CefFocusHandler.
Fixed by commit 43fb44dfdb7492ed3b8c75628d986e3d7ad955c8.
The switch to libcef seems to have broken the logic that does (or does not) set the focus when navigating to a HTML page in the front-end.
Need to investigate replacing ReportHtml::SetFocusOnContent() with an implementation of CefFocusHandler.