Skip to content
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

Instead of topic name screenreader read json content in list #2914

Closed
AlexandrKozlovskiy opened this issue Dec 7, 2022 · 1 comment
Closed

Comments

@AlexandrKozlovskiy
Copy link

Hello everybody. In unigram appeared new accessibility issue. When some chat have at least one topic or more topics,in item with topics nvda and other screenreader announce things like this:

forumTopic {
  info = forumTopicInfo {
    message_thread_id = 1048576
    name = "General"
    icon = forumTopicIcon {
      color = 7322096
      custom_emoji_id = 0
    }
    creation_date = 1584115676
    creator_id = messageSenderChat {
      chat_id = -1001365288037
    }
    is_general = true
    is_outgoing = false
    is_closed = false
    is_hidden = false
  }
  last_message = message {
    id = 8143241216
    sender_id = messageSenderUser {
      user_id = 883824153
    }
    chat_id = -1001365288037
    sending_state = null
    scheduling_state = null
    is_outgoing = false
    is_pinned = false
    can_be_edited = false
    can_be_forwarded = true
    can_be_saved = true
    can_be_deleted_only_for_self = false
    can_be_deleted_for_all_users = false
    can_get_added_reactions = false
    can_get_statistics = false
    can_get_message_thread = true

Please fix this issue. Also if chat have at least one topic,when we press enter,cursor focused on button "Nothing to see here, tab further",but it should be focused on topics list.

@AlexandrKozlovskiy
Copy link
Author

@FrayxRulez Thank you very much,now all works correct. Please do the same for stories. Because it very easy to do this,so in this case all or most of accessibility issues,which was reported at bugs.telegram.org will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants