touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #112082
[Bug 1508114] Re: AbstractButton doesn't have a minimum size for the touch area
This can be achieved only if the AbstractButton is not having clip set,
as otherwise the clipping will restrict the sensing area too.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => High
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Zsombor Egri (zsombi)
--
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:
Confirmed
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