Accessibility Issues in TeamTalk Mac Client #2381
Unanswered
Muamalaljanahi
asked this question in
Q&A
Replies: 1 comment
-
All those issues are present for a while and are in majority related to Qt accessibility issues. It's really hard to override Qt class to reimplement accessibility features. I'm trying to play with QAccessible, QAccessibleInterface and other accessibility class currently but for now the result is not very concluent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hello,
The TeamTalk client for Mac is experiencing several accessibility issues. These include:
These issues make TeamTalk somewhat unusable with VoiceOver.
Any assistance on how to handle or avoid these issues would be greatly appreciated.
Thank you very much.
Application
Platform
Expected behavior
VoiceOver should Always read the elements as it does with other applications.
Actual behavior
VoiceOver does not read the elements, especially when expanding or collapsing the tree view or when someone joins the server. This makes using TeamTalk a challenging task for VoiceOver users, which is surprising since TeamTalk is highly compatible on other systems such as Windows, iOS, and Android.
Steps to reproduce problem
Try to navigate the channel list and the channel message field with VoiceOver enabled
Beta Was this translation helpful? Give feedback.
All reactions