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

Skype app/message history: shortened message entry must stay on a braille display #25

Closed
josephsl opened this issue May 26, 2017 · 2 comments

Comments

@josephsl
Copy link
Owner

Hi,

Reported by @jcsteh:

In Skype app's message history list, when reportFocus is invoked on message items, braille times out.

STR:

  1. Run Skype UWP and go to a conversation.
  2. Tab to message history.
  3. Press Shift+TAB to go to Add People button, then press TAB.
  4. Scroll through the message history with a braille display connected.

Expected: shortened message item should remain on the braille display no matter what.
Actual: message item disappears from the display after a timeout.
Cause: use of ui.message.
Short-term solution: do something about obj.name.
Long-term solution: UIA tree must be modified to expose all parts of a message item such as sender's name even if the message was sent by the user (currently it isn't).

Thanks.

@josephsl
Copy link
Owner Author

P2 (major): annoyance for braille users. Thanks.

josephsl added a commit that referenced this issue May 27, 2017
…would timeout after displaying a message. re #25.

In hopes of dealing with Skype messages better, an overlay class for them is now available. Among other things, this includes a fix for an issue where braille will time out after displaying the chat string when scrolling through the messages list.
@josephsl
Copy link
Owner Author

Closed in a 2017 release. thanks.

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

No branches or pull requests

1 participant