microsoft / microsoft/AdaptiveCards
[Designer Accessibility] Render the entire card (even if a portion of it is hidden) on the initial load
Open
Nobody has claimed this yet.
Area-Accessibility
Area-Designer
Bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Issue
The entire card needs to be rendered on initial load, including elements hidden by ShowCard.
Without the entire card rendered, the hidden elements are not present in the DOM tree, so we lose focus when they are inserted in the tree.
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 tracing the Designer's initial rendering path for cards containing ShowCard. Verify how hidden elements enter the DOM and preserve focus, then confirm that the complete card is present on initial load and that focus is retained when those elements are shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- accessibility
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100