Closed
Bug 802999
Opened 11 years ago
Closed 11 years ago
[AccessFu] Typed keys no longer echoed back by TalkBak in web content
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
FIXED
mozilla19
People
(Reporter: MarcoZ, Assigned: eeejay)
Details
(Keywords: regression)
Attachments
(1 file)
1.89 KB,
patch
|
davidb
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Regression. Used to work, despite other editing problems like not being able to re-read character by character what one typed. But keyboard echo used to work in 17. STR: 1. Open a web page that has an input type text field. Notice that while typing the URL in the awesome bar, characters are echoed back. 2. Touch, then double-tap to focus that input. 3. Start typing. Expected: Each character should be heard twice, once when touching it, once after lifting the finger to actually enter it. Actual: Only the touch part is heard. When lifting the finger, the entered character is no longer echoed back. Impact: Sometimes, the finger may slide to the adjacent character right before lifting, and another character is entered. It is important to be able to hear what one actually typed.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #673391 -
Flags: review?(dbolter)
Comment 2•11 years ago
|
||
Comment on attachment 673391 [details] [diff] [review] Fixed android textChanged presenter. Review of attachment 673391 [details] [diff] [review]: ----------------------------------------------------------------- Ouch. Sorry I let that through.
Attachment #673391 -
Flags: review?(dbolter) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/43eca3085ddc
Assignee: nobody → eitan
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/43eca3085ddc
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Reporter | ||
Comment 5•11 years ago
|
||
Verified fixed in the 2012-10-20 nightly build.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•11 years ago
|
||
Comment on attachment 673391 [details] [diff] [review] Fixed android textChanged presenter. [Approval Request Comment] Bug caused by (feature/regressing bug #): B2G reorg to account for out-of-process web apps User impact if declined: Users will not hear typed characters in inputs on the web through TalkBack, not be able to control what they typed. Testing completed (on m-c, etc.): Yes. Risk to taking this patch (and alternatives if risky): None. String or UUID changes made by this patch: None known.
Attachment #673391 -
Flags: approval-mozilla-aurora?
Comment 7•11 years ago
|
||
Comment on attachment 673391 [details] [diff] [review] Fixed android textChanged presenter. Approving for aurora considering its a regression & the user impact for our accessibility users
Attachment #673391 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 8•11 years ago
|
||
http://hg.mozilla.org/releases/mozilla-aurora/rev/aa8b5809514c
Updated•11 years ago
|
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•