microsoft / microsoft/AdaptiveCards

[iOS][Accessibility] Narrator is not reading the selection action title for the Rich Text Block

Open
#5,310 4 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.