-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAS2.4.3]Focus is landing on non-interactive elements after activating the 'Show a simple' Adaptive cards button. #1340
Comments
Adaptive Cards is setting If you visit https://adaptivecards.io/samples/, you will see the DOM tree looks like the following screenshot. This is a bug on Adaptive Cards. Please file a bug on their repo. |
Reopening so we can confirm from the accessibility team. |
Confirmed with accessibility team as external. Adaptive Cards issue can be found here. |
I have been looking at this today and here are my findings:
So my conclusion:
I think we'll need to look into other ways to solve this if it is critical (is it?) Thoughts and comments welcome. |
Agreed with @dclaux. hence closing this bug. |
@awalia13 - you might consider reopening this issue, as we've made a fix over on the AdaptiveCards side (see microsoft/AdaptiveCards#4019). Narrator is indeed able to read cards correctly without a tabstop. To adopt this fix in your codebase, you'll need to make a small change to enable the desired behavior. |
@corinagum As we checked, the bug still repro's at our side. Uploading focus lands on non interactive card.zip… |
#HCL;#Accessibility;#HCL_BotFramework_WebChat;#A11yMAS;#WCAG2.4.3; |
Actual Result:
Focus is landing on non-interactive elements after activating the 'Show a simple' Adaptive cards button.
Expected Result:
Focus should not land on non-interactive elements after activating the 'Show a simple' Adaptive cards button.
Repro Steps:
Content will upload, Navigate to any "Show a simple Adaptive cards " button by using Tab key and press Enter on it.
User Impact:
If focus lands on the non-interactive elements then user will get confuse and not able to understand that what action will do.
MAS Reference:
MAS 2.4.3 - Focus Order (05)
Test Environment:
OS: Windows 10
OS Build: 17134.345
OS Version: 1803
Browser: Edge
****Attachment:
MAS2.4.3_Focus is landing on non-interactive element.zip
**
The text was updated successfully, but these errors were encountered: