DescriptionFix Android accessibility for editable text fields
For text fields we need to set the text using setText, not
setContentDescription, and we also need to call setEditable(true),
both on the AccessibilityNodeInfo for the editable text field.
See bug for details, this allows you to use cursor controls in
TalkBack.
BUG=592297
Committed: https://crrev.com/a21c5040b40f34ea13ce37c85f0f1036b16e124a
Cr-Commit-Position: refs/heads/master@{#387054}
Patch Set 1 #
Total comments: 5
Patch Set 2 : Replace secure password with dots #Patch Set 3 : Update test expectation #
Messages
Total messages: 18 (6 generated)
|