Closed
Bug 919014
Opened 12 years ago
Closed 12 years ago
Change markup of keypad to be in logical order
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Keywords: access)
Attachments
(1 file, 2 obsolete files)
11.03 KB,
patch
|
etienne
:
review+
|
Details | Diff | Splinter Review |
When using a screen reader and going to the next item the keys are not sequential, instead they are 1,4,7,*,2,5,8,0,3,6,9,#
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #807975 -
Flags: review?(etienne)
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
(In reply to Eitan Isaacson [:eeejay] from comment #2)
> https://github.com/mozilla-b2g/gaia/pull/12345
Congrats on the PR number :)
Comment 4•12 years ago
|
||
Comment on attachment 807975 [details] [diff] [review]
Fix communications dialer
Review of attachment 807975 [details] [diff] [review]:
-----------------------------------------------------------------
Sadly, this breaks the call screen keyboard :/
We probably just need to do the markup change in oncall.html too (we load the same css file in both cases).
Also (not proud of this) but apparently we also have a copy of this markup in apps/communications/dialer/test/unit/mock_dialer_index.html.
We probably won't keep this kind of giant duplicated DOM for unit tests in the long run, but in the meantime it would be nice to keep it up to date with the real markup.
Thanks!
Attachment #807975 -
Flags: review?(etienne) → review-
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
This fixes the oncall keypad as well as the test one. The css seems to just work!
Attachment #807975 -
Attachment is obsolete: true
Attachment #808803 -
Attachment is obsolete: true
Attachment #808804 -
Flags: review?(etienne)
Comment 7•12 years ago
|
||
Comment on attachment 808804 [details] [diff] [review]
Reorder keys in communications dialer
Review of attachment 808804 [details] [diff] [review]:
-----------------------------------------------------------------
All good, thank!
Attachment #808804 -
Flags: review?(etienne) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Assignee: nobody → eitan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•