← Back to team overview

touch-packages team mailing list archive

[Bug 1395793] Re: Icons missing in ListItems widgets

 

Downgrading uitk to https://launchpad.net/ubuntu/+source/ubuntu-ui-
toolkit/1.1.1311+15.04.20141111-0ubuntu1 fixes the issue so it's a bug
with the most recent upload

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Critical => High

-- 
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/1395793

Title:
  Icons missing in ListItems widgets

Status in “ubuntu-ui-toolkit” package in Ubuntu:
  New

Bug description:
  Using vivid, icons are missing from listitem elements

  Small example

  "import QtQuick 2.0
  import Ubuntu.Components 0.1
  import Ubuntu.Components.ListItems 0.1 as ListItem

  MainView {
      height: 100
      width: 300
      ListItem.Standard {
          iconSource: "image://theme/orientation-lock"
          iconFrame: false
          text: "Orientation Lock"
      }
  }"

  The gallery demo has the same issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1395793/+subscriptions


References