alexlivm / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

[TalkBack] SeekBar Content Description #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setContentDescription for SeekBar.
2. When seeking the bar, it will only talk back content description. The 
original "X%" will not be talked any more.

What is the expected output? What do you see instead?
Expected it will talk back both content description and "X%".
But it only talked back content description.

What version of the product are you using? On what operating system?
Talkback 3.4.0
Android 4.2.2

Please provide any additional information below.

Original issue reported on code.google.com by lisa12...@gmail.com on 15 Jul 2013 at 6:40

GoogleCodeExporter commented 8 years ago
I met the same problem. Is it a bug that Goole might fix in the near future?

Original comment by paulwyw...@gmail.com on 16 Sep 2013 at 3:56

GoogleCodeExporter commented 8 years ago
This is working as intended.  Setting a contentDescription on a view will 
override the spoken description for that view.  You might consider using the 
labelFor attribute for labeling such views.

http://developer.android.com/reference/android/R.attr.html#labelFor

Original comment by caseybur...@google.com on 5 Dec 2013 at 10:03