I can reproduce the issue with a plain oxide WebView:

import QtQuick 2.4
import com.canonical.Oxide 1.12
Item {
  id: container
  width: 400
  height: 400
  WebView {
    anchors.fill: parent
    url: "http://www.w3schools.com/html/html_links.asp";
    onNewViewRequested: webviewFactory.createObject(container, {"request": 
request})
  }
  Component {
    id: webviewFactory
    WebView {
      anchors.fill: parent
      Component.onCompleted: console.log("completed:", this, visible)
      onVisibleChanged: console.log("visible changed:", this, visible)
    }
  }
}

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

Title:
  New views creating either new tabs or overlays end up blank

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to