Closed
Bug 839119
Opened 12 years ago
Closed 12 years ago
[Back Button] Increase touch target size
Categories
(Firefox OS Graveyard :: Gaia::System, defect, P1)
Tracking
(blocking-b2g:leo+, b2g18 fixed)
People
(Reporter: jachen, Unassigned)
References
Details
(Whiteboard: u=user c=system)
This request is from a parter's UX team.
They recommend a minimum 6mmx6mm touch target size.
the code used a 50x50px touch target, its in the building blocks: https://github.com/mozilla-b2g/gaia/blob/master/shared/style/headers.css#L219 or 7.7x7.7mm
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
I'm going to need some sort of commit id if we want this uplifted to the v1-train branch, where leo+ bugs need to go for now.
Comment 4•12 years ago
|
||
It looks like it was fixed by bug 808761 and is already on v1-train.
Pull request:
https://github.com/mozilla-b2g/gaia/pull/6582
which contains commit c080cda
$ git branch --contains c080cda
* master
v1-train
Merged:
https://github.com/mozilla-b2g/gaia/commit/28993615812d48b3b77ce4c613c66d8805a3a0ca
$ git branch --contains 2899361581
* master
v1-train
Flags: needinfo?(jachen)
Updated•12 years ago
|
status-b2g18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•