[AC-5633] Android Accessibility issue with ListItems
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2018-03-10T21:04:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Yanko Valera |
Assignee | Shak Hossain |
Created | 2018-02-28T16:21:00.000+0000 |
Updated | 2018-03-10T21:27:03.000+0000 |
Description
I’m using a ListView with accessibility enabled. After some operations, I can hear VoiceOver read text for labels, and “One of the following images: checkmark, child, or disclosure”. I'm not using accessory type neither default ListItem template.
After searching found it's fixed/harcoded here https://github.com/appcelerator/titanium_mobile/blob/master/android/modules/ui/res/layout/titanium_ui_list_item.xml and can't be removed/edited.
Hello, Please share a sample test code that reproduces the issue. Thanks.
Hi I might need some time to create a test case but see the source code has the answer to the issue, just see the android:contentDescription="One of the following images: checkmark, child, or disclosure" It should be removed or at least somehow to be removed from our end.
[~yankovalera@gmail.com] Thanks for your feedback. Did you manage to create a sample test case so that we can reproduce the issue on our end?
Run the code and switch on TalkBack in the Accessibility options. If you click on the
accessoryType
icons you can hear the text.I don't get the contentDescription on the type "none" elements or when I don't set it at all.