{Linked:Bug9781003;Linked:Bug9768640;Freeway-Bug} [Adaptive Cards> Designer]: Screen reader not announcing any information after clicking on 'Show next/previous' buttons in date picker.
See original GitHub issueTarget Platforms
Other
SDK Version
1.5
Application Name
Adaptive Cards
Problem Description
Test Environment: OS Version: 22H2 (Build 25247.1000) Browser: Edge Dev (109.0.1495.2)
Screen Reader: NVDA
Repro Steps:
- Open the above URL in edge dev browser.
- Navigate to the ‘Designer’ tab through tab key and activate it.
- Navigate to the ‘Sample data Editor’ and ’ Card payload editor’ and attach the provided JSON file.
- Navigate to ‘Preview mode’ and activate it.
- Navigate to ‘Enter a Date’ button and activate it.
- Navigate to the ‘Show Next month’ button and press enter key and observe the issue.
Actual Result: Screen reader not announcing any information after clicking on ‘Show next/previous’ buttons in date picker.
Expected Result: Screen reader has to announce information after clicking on ‘Show next/previous’ buttons in date picker.
User Impact: It will impact the screen reader user if the screen reader does not convey the information while activating any control on the screen as user won’t be able to know whether control is activated or not?
MAS Reference: https://liquid.microsoft.com/Web/Object/Read/MS.Accessibility/Requirements/01.03.01
"Have feedback to share on Bugs? Please help fill Trusted Tester Bug Feedback (office.com) “.
Screenshots
Card JSON
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.3",
"body": [
{
"type": "TextBlock",
"text": "Date Input"
},
{
"type": "Input.Date",
"id": "date",
"placeholder": "Enter a date",
"value": "2017-10-12"
}
],
"actions": [
{
"type": "Action.Submit",
"title": "OK"
}
]
}
Sample Code Language
No response
Sample Code
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Thanks @anna-dingler for the updates.
Sure, I will share this bug to Edge team and update the bug id here.
Hi @anna-dingler
Now this issue can be tracked using the below URL as it is logged under EDGE VSO.
https://microsoft.visualstudio.com/Edge/_workitems/edit/43722704