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

Ignore static text parent of add to favorites button and profile link #4721

Closed
nvaccessAuto opened this issue Dec 20, 2014 · 3 comments
Closed
Labels
app/skype Skype for desktop or Skype for business (linc) bug

Comments

@nvaccessAuto
Copy link

Reported by bhavyashah on 2014-12-20 13:29
I am using the latest stable version of Skype.#
Steps to reproduce
Launch Skype (latest stable version).
Choose a contact and tab around.
On pressing Tab after the Avatar button:
Expected Result: NVDA should announce 'Add {variable: selected contact's name} to Favourites button'
Actual Result: NVDA announces '{variable: selected contact's name} text pause Add {variable: selected contact's name} to Favourites button'
Press Tab again and NVDA says '{variable: selected contact's name} link' as expected.
Press Shift tab and:
Expected Result: NVDA will act wrongly as before and say '{variable: selected contact's name} text pause {variable: selected contact's name} Add to Favourites button'
Actual Result: NVDA behaves as expected this time by saying 'Add {variable: selected contact's name} to Favourites button'
Blocking #4722

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2014-12-21 22:41
Those two controls are actually inside the label for the contact. The label is sort of like a grouping, except Skype have exposed it as a piece of text instead of a grouping. NVDA only reads containers when you enter them, which is why it doesn't read it when you shift+tab back.

That said, this label is pretty redundant, since the control names already include the contact name. I really wish Skype accessibility weren't so ugly. :(
Changes:
Changed title from "NVDA announces the add {variable: selected contact name} to favourites button strangely or rather differently in two cases/situations" to "Ignore static text parent of add to favorites button and profile link"

@Adriani90
Copy link
Collaborator

@bhavyashah can you still reproduce this issue?

@Adriani90
Copy link
Collaborator

The skype interface changed significantly since this issue has been reported. Please open a new issue with steps to reproduce according to the new interface. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app/skype Skype for desktop or Skype for business (linc) bug
Projects
None yet
Development

No branches or pull requests

3 participants