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

Support toast notifications in Skype for Business #7281

Closed
michaelDCurran opened this issue Jun 14, 2017 · 1 comment
Closed

Support toast notifications in Skype for Business #7281

michaelDCurran opened this issue Jun 14, 2017 · 1 comment
Assignees
Labels
p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Milestone

Comments

@michaelDCurran
Copy link
Member

Steps to reproduce:

With NVDA running:

  1. Start Skype for Business 2016 on two separate machines, logged into separate accounts with the same organisation
  2. From machine A: Find the account logged into on machine B, and type a message to that account.
    Note that machine B should not have an open chat window with the first account while you do this.
  3. a toast notification will appear on machine b notifying the user they have a pending chat.

Expected behavior:

NVDA should report the content of the toast notification in speech and braille.

Actual behavior:

NVDA reports nothing at all.

Technical info:

Skype for business uses a non-standard toast notification. It fires a systemAlert UI Automation event on the accept button which contains the content of the message including the shortcut key to activate it.

NVDA should handle UIA systemAlert by reporting the element that received the event.

@michaelDCurran michaelDCurran added the p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority label Jun 14, 2017
@michaelDCurran michaelDCurran self-assigned this Jun 14, 2017
@josephsl
Copy link
Collaborator

josephsl commented Jun 14, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
Projects
None yet
Development

No branches or pull requests

3 participants