E-mail List Archives
Re: does talkback should announce a UI control as a button
From: Jonathan Avila
Date: Jun 23, 2020 4:52PM
- Next message: Murphy, Sean: "Radio Button strange behaviour in Firefox."
- Previous message: joe@a11yeval.com: "Re: does talkback should announce a UI control as a button"
- Next message in Thread: None
- Previous message in Thread: joe@a11yeval.com: "Re: does talkback should announce a UI control as a button"
- View all messages in this Thread
In relation to the accessibility delegate- if you set the role but don't update the className of the custom component these custom buttons won't show up in the item chooser for buttons -- changing the custom button's className in the AccessibilityNodeInfo object will allow that to work and have the role announced without having to set the role - so that would seem to be the preferred approach. If you look at the React Mobile accessiblity library they seem to set both.
Jonathan
- Next message: Murphy, Sean: "Radio Button strange behaviour in Firefox."
- Previous message: joe@a11yeval.com: "Re: does talkback should announce a UI control as a button"
- Next message in Thread: None
- Previous message in Thread: joe@a11yeval.com: "Re: does talkback should announce a UI control as a button"
- View all messages in this Thread