Comment 2 for bug 1599771

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

I can reliably reproduce the bug on my desktop.

I have instrumented the browser to print a debug statement every time the activeFocus property of the WebView changes (in Browser.qml):

  WebViewImpl {
    onActiveFocusChanged: console.log("webview.activeFocus =", activeFocus)
  }

And indeed when I focus the address bar, webview.activeFocus becomes false.

Could it be an issue in oxide?