** 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/1602836

Title:
  Grouped properties in StyleHints don't work for simple values.

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

Bug description:
  For example:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  Item {
      width: units.gu(40)
      height: units.gu(71)

      Button {
          objectName: "Button"
          id: button
          gradient: UbuntuColors.greyGradient
          StyleHints {
              ignoreUnknownProperties: false
              gradientProxy.topColor: "orange"
          }
      }
  }

  gives:

  file:///home/ubuntu/dev/ubuntu-ui-
  
toolkit/m/fixGroupedStyleProperties/tests/unit/subtheming/GroupPropertyValueHints.qml:28:9:
  QML StyleHints: Style 'ButtonStyle' has no property called
  'gradientProxy.topColor'

  and the color is not set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1602836/+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