-
Notifications
You must be signed in to change notification settings - Fork 375
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
[Accessibility][Object Information - Bot Responses]: While navigating within table using ctrl alt arrow keys, screen reader read all contents as ‘Read only’. #2049
Comments
This issue has evolved some from how it was described; the "Used in" column has been replaced by a simple read-only "been used" checkmark, and the kebab menu button on the right now correctly leaves out the "read-only" tag. However, the checkmark isn't screen-reader friendly - when it's there, the SR reads a value of "read-only; button", and when it's not, the SR just says "read-only". This isn't a great SR experience, so I'm going to fix that. |
As checked on below environment the issue is still repro. |
I'm not repro-ing the original 'read only' problem. Could we have this verified again? Right now the 'used' check mark is a button. However there's no action item associated with it. Do we need to change it to an icon and ensure it's tab-able? @beyackle what do you think? |
It gets read as "used" or "unused" when the entire row is highlighted by the SR. I think that's meant to be the normal case for navigation, although it is a little weird that we render it as a button when there's no action associated with it. |
@beyackle for organization, I'll file a separate bug to track the button convo. Thank you. |
@corinagum As checked, the narrator still announces read only for edit button i.e. issue still repro. Please look into the attachment for the reference: Edit button as read only.zip We checked on the below environment and the latest 'Master' build downloaded on 23rd April. |
As checked it still repro. |
Reproed this too. I'll work on fixing it. |
On further investigation, this looks like an issue in Fluent UI. All cells in a DetailsList (which is what we use for that table) get the |
@beyackle As discussed with SME, we need to forward the issue to Fluent UI team. |
#Nonbenchmark; |
User Experience:
Screen reader users will not get confused if screen reader read all table contents as ‘Read only’.
Test Environment:
Environment: Chromium Edge (Anaheim) + Narrator
Build Version: 2004 (OS Build 19564.1005)
Microsoft Edge Version: 82.0.425.0 (Official build) canary (64-bit)
Test URL: http://localhost:3000/home
Repro Steps:
Actual Result:
While navigating within table using ctrl alt arrow keys, screen reader read all contents as ‘Read only’.
Note:
Same issue is repro in 'User Input' table.
Expected Result:
While navigating within table using ctrl alt arrow keys, screen reader should not read all contents as ‘Read only’ as 'used in' and ;more option' buttons are not read only.
MAS Reference:
https://microsoft.sharepoint.com/:w:/r/sites/accessibility/CELA/Official_Microsoft_Accessibility_Standards/MAS%204.2.1%20%E2%80%93%20Object%20Information.docx?d=weee97bbd999048a08b036ea775581aa8&csf=1&e=UYEfO3
Attachment:
MAS4.2.1_Bot responses_table.zip
The text was updated successfully, but these errors were encountered: