microsoft / microsoft/AdaptiveCards
[iOS][Accessibility] Narrator is not reading the selection action title for the Rich Text Block
Open
Nobody has claimed this yet.
Area-Inconsistency
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Spun off from #4856
Platform
- iOS
Details
With the below RichTextBlock, Narrator should read "Click me" when the focus is on the RichTextBlock. We need to confirm that this is the current behavior on iOS and fix if necessary.
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "RichTextBlock",
"inlines": [
{
"type": "TextRun",
"text": "This is the text",
"selectAction": {
"type": "Action.Submit",
"title": "Click me"
}
}
]
}
]
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided Adaptive Card on iOS with accessibility focus on the RichTextBlock and verify whether the selection action title is announced. Done means confirming or fixing the behavior so the title "Click me" is read when the RichTextBlock is focused; the payload names no source file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios
- Domain
- accessibility, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100