-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add Screen reader support for cases where the Zoom post shows a meeting has already been created #68
Comments
I would like to work on this. I was able to recreate the issue with the "Create new meeting" button getting skipped. When I used a screen reader, it read out that another meeting had been created recently on that channel.
I would like to know if this is still an issue |
@DHaussermann Can you take a look to this? |
@mickmister @DHaussermann I used this chrome extension to reproduce this issue.
Can you please explain what exactly needs to be done on this issue? |
@raghavaggarwal2308 It seems this may already been implemented correctly then. @DHaussermann Thoughts on if this ticket is still valid or not? |
@DHaussermann Gentle reminder for this |
@DHaussermann Gentle reminder |
1 similar comment
@DHaussermann Gentle reminder |
Hi @raghavaggarwal2308, JAWS is skipping the NOTE: I don't think this is technically a screen reader issue. Even without JAWS running I can see which button takes focus when I hit tab and the button is getting skipped (0/5 maybe issue with tab index assigned). Steps:
|
@DHaussermann created a PR which fixes the issue of not being able to navigate to button using tab. Please let me know if I have to setup JAWS and test that flow as well, or if it is sufficient to have this navigation fixed. |
A change was made to add Aria label to the Start Zoom Meeting button here #61
We should also support case where the zoom post is different to inform users that a meeting was created recently. Currently the info about another user having created a meeting is not read out to the user and the "Create New Meeting" button is skipped over.
The text was updated successfully, but these errors were encountered: