The new tab view is superimposed on the webview when newTabViewLoader.active is 
true.
When switching tabs, the following code (in Browser.qml) is responsible for 
unloading the new tab view if the tab we’re switching to has contents loaded:

Connections {
  target: browser
  onCurrentWebviewChanged: {
    if (currentWebview) {
      var tab = tabsModel.currentTab
      newTabViewLoader.active = !tab.url.toString() && !tab.restoreState
    }
  }
}

I’m not seeing any indication in the logs that this code fails to be
executed.

** Changed in: webbrowser-app (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1659435

Title:
  browser stops rendering all pages instead shows new tab page

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1659435/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to