← Back to team overview

touch-packages team mailing list archive

[Bug 1508114] Re: AbstractButton doesn't have a minimum size for the touch area

 

** Changed in: ubuntu-ui-toolkit (Ubuntu)
       Status: Confirmed => 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/1508114

Title:
  AbstractButton doesn't have a minimum size for the touch area

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

Bug description:
  AbstractButton should have a minimum touch area of 4x4GU, as reported
  in the UI Toolkit spec (currently only in the ListItem layouts
  section, it has to be moved to a generic section)

  That means

  AbstractButton {
      width: units.gu(6)
      height: units.gu(6)
  }

  has a touch region of 6x6GUs, while

  AbstractButton {
     width: units.gu(2)
     height: units.gu(2)
  }

  must have a touch region of 4x4GU.

  UI Toolkit spec:
  https://docs.google.com/document/d/1nFm8xiYhKXXuEO_IvMXoD0lASbYzYXva1BWMVanU3iw

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


References