Closed GoogleCodeExporter closed 9 years ago
TalkBack is doing the right thing in this case. The problem appears to be with
the Twitter app itself.
The application is setting a content description on the
MultiAutoCompleteTextView used in the tweet composition UI. Whenever a
developer sets a content description on a text view, they're explicitly
overriding the behavior for that view.
Twitter should probably use the android:hint attribute instead to label this
field. This will cause TalkBack to speak "Enter tweet here" when there is no
text in that field, and speak the contents of the field when text is present.
Information for developers on this topic can be found at:
http://developer.android.com/guide/topics/ui/accessibility/apps.html#label-ui
Original comment by caseybur...@google.com
on 4 Dec 2012 at 1:48
Original issue reported on code.google.com by
jmwalto...@gmail.com
on 29 Nov 2012 at 2:09