** Changed in: canonical-devices-system-image
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1604509

Title:
  In the bottom edge component, using preload=true with contentUrl
  results in an empty page

Status in Canonical System Image:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  In the bottom edge component, using preload=true with contentUrl
  results in an empty page.

  For example the following code 'works' with a red rectangle in the
  bottom edge:

  BottomEdge {
    contentUrl: Qt.resolvedUrl("RedRect.qml")
    height: parent.height
  }

  But the following code does not and results in a transparent overlay,
  the contentItem appears to stay null.

  BottomEdge {
    contentUrl: Qt.resolvedUrl("RedRect.qml")
    height: parent.height
    preloadContent: true
  }

  Note that using contentComponent does work with preloadContent true or false.
  See the linked branch for an example of this not working.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1604509/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to