ubuntu-sdk-bugs team mailing list archive
-
ubuntu-sdk-bugs team
-
Mailing list archive
-
Message #04678
[Bug 1508114] [NEW] AbstractButton doesn't have a minimum size for the touch area
Public bug reported:
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
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided
Status: New
--
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/1508114
Title:
AbstractButton doesn't have a minimum size for the touch area
Status in ubuntu-ui-toolkit package in Ubuntu:
New
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
Follow ups