** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
     Assignee: (unassigned) => Andrea Bernabei (faenil)

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

Title:
  Changing elide in ListItemLayout title not possible

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  Reproduce:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  Item {
      width: units.gu(30)
      height: units.gu(50)

      ListItem {
          ListItemLayout {
              id: fileLayout
              title.elide: Text.ElideMiddle
              title.text: "Red Roses run no risk, sir, on nurses order."
          }
      }
  }

  What happens:
  The text is not elided at all

  What should happen:
  Text should elide, and the palindrome edges should be visible:

  Red roses run … nurses order.

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

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to     : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to