[Touch-packages] [Bug 1491802] Re: A disabled label cannot be visually differantiated from enabled labels

2015-09-07 Thread Jouni Helminen
The label disabled visual is being changed to 0.3 opacity in the toolkit

** Changed in: ubuntu-ux
   Status: In Progress => Fix Committed

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

Title:
  A disabled label cannot be visually differantiated from enabled labels

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Reproduce:
  Label {
  text: "Example text"
  enabled: false
  }
  Label {
  text: "Example text"
  enabled: true
  }

  What happens:
  The two labels are visually equal.

  What should have happened:
  The disabled label should somehow indicate a disabled state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1491802/+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


[Touch-packages] [Bug 1491802] Re: A disabled label cannot be visually differantiated from enabled labels

2015-09-04 Thread Benjamin Keyser
** Changed in: ubuntu-ux
   Importance: Undecided => Critical

** Changed in: ubuntu-ux
 Assignee: (unassigned) => Jouni Helminen (jounihelminen)

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

Title:
  A disabled label cannot be visually differantiated from enabled labels

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

Bug description:
  Reproduce:
  Label {
  text: "Example text"
  enabled: false
  }
  Label {
  text: "Example text"
  enabled: true
  }

  What happens:
  The two labels are visually equal.

  What should have happened:
  The disabled label should somehow indicate a disabled state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1491802/+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


[Touch-packages] [Bug 1491802] Re: A disabled label cannot be visually differantiated from enabled labels

2015-09-04 Thread Zsombor Egri
As Label is not an active component, it cannot really be disabled. If
the Label belongs to a component, then it should be dimmed same way as
the component itself.

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

Title:
  A disabled label cannot be visually differantiated from enabled labels

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

Bug description:
  Reproduce:
  Label {
  text: "Example text"
  enabled: false
  }
  Label {
  text: "Example text"
  enabled: true
  }

  What happens:
  The two labels are visually equal.

  What should have happened:
  The disabled label should somehow indicate a disabled state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1491802/+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


[Touch-packages] [Bug 1491802] Re: A disabled label cannot be visually differantiated from enabled labels

2015-09-04 Thread Jouni Helminen
We need a solution for this, will discuss with SDK team next week on
hangouts. I'll invite you too Jonas

** Changed in: ubuntu-ux
   Status: New => In Progress

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

Title:
  A disabled label cannot be visually differantiated from enabled labels

Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Reproduce:
  Label {
  text: "Example text"
  enabled: false
  }
  Label {
  text: "Example text"
  enabled: true
  }

  What happens:
  The two labels are visually equal.

  What should have happened:
  The disabled label should somehow indicate a disabled state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1491802/+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


[Touch-packages] [Bug 1491802] Re: A disabled label cannot be visually differantiated from enabled labels

2015-09-04 Thread Matthew Paul Thomas
Currently developers are faking disabled labels by setting opacity. So
if/when toolkit visual designers decide that they should be styled
another way (even just a different opacity level), the longer this bug
goes unfixed, the more lines of code will need finding and changing.

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

Title:
  A disabled label cannot be visually differantiated from enabled labels

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

Bug description:
  Reproduce:
  Label {
  text: "Example text"
  enabled: false
  }
  Label {
  text: "Example text"
  enabled: true
  }

  What happens:
  The two labels are visually equal.

  What should have happened:
  The disabled label should somehow indicate a disabled state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1491802/+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