Closed GoogleCodeExporter closed 9 years ago
If TalkBack does not receive a TYPE_VIEW_CLICKED event from the check box, it
will not speak anything. Consider calling
checkBox.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_CLICKED) after
changing the checked state to manually send this event.
Original comment by alanv@google.com
on 6 Mar 2013 at 1:39
It works when I have
checkBox.sendAccessibilityEvent(Accessibility.TYPE_VIEW_CLICKED) after I call
checkBox.setChecked(!checkBox.isChecked()). However, it doesn't work when the
item gets the accessibility focus because of a HOVER. The content of TextView
is spoken but the status of the CheckBox is not. How can I make this happen?
Original comment by seawinds...@gmail.com
on 7 Mar 2013 at 11:57
Original issue reported on code.google.com by
seawinds...@gmail.com
on 1 Mar 2013 at 8:08