Comment 4 for bug 1599771

Revision history for this message
Olivier Tilloy (osomon) wrote :

I think I know where the issue is: when the OxideQQuickWebView is getting a focusOut event, it’s calling WebContentsView::FocusChanged(), which checks whether the view has focus by calling WebContentsView::HasFocus(), but at this point it returns true.