This repository was archived by the owner on May 1, 2024. It is now read-only.
AutomationProperties.Name, AutomationProperties.HelpText on Button not read by Android TalkBack #5150
Labels
a/a11y 🔍
help wanted
We welcome community contributions to any issue, but these might be a good place to start!
in-progress
This issue has an associated pull request that may resolve it!
inactive
Issue is older than 6 months and needs to be retested
p/Android
t/bug 🐛
up-for-grabs
We welcome community contributions to any issue, but these might be a good place to start!
Description
AutomationProperties.Name
andAutomationProperties.HelpText
are not read by TalkBack on Android when placed on aButton
element.Steps to Reproduce
Text
property on a button.AutomationProperties.Name
andAutomationProperties.HelpText
values to button.Name
, norHelpText
are read.Expected Behavior
I expect an experience more similar to iOS.
Text is not null, Name is Null, HelpText is not null
"Text. HelpText" is read by TalkBack
Text is not null, Name is Not Null, HelpText is not null
"Name. HelpText" is read by TalkBack
Actual Behavior
Name and HelpText are not read when Text is set.
Basic Information
The text was updated successfully, but these errors were encountered: