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

Tab bar descriptions are incorrect on iOS 14 and later #26

Open
NickEntin opened this issue Oct 1, 2020 · 3 comments
Open

Tab bar descriptions are incorrect on iOS 14 and later #26

NickEntin opened this issue Oct 1, 2020 · 3 comments
Labels
bug Something isn't working as expected P1: High Priority Issues that would result in incorrectly accessing whether or not a view is accessible. VoiceOver parity Mismatch between output of framework and actual VoiceOver behavior

Comments

@NickEntin
Copy link
Collaborator

From testing on iOS 14.0.1, the actual description around tab bars differs slightly from what shows up in tests:

  • The first item in the tab bar is prepended with "Tab Bar".
  • In the case of fake tab bars (i.e. not using UITabBarController), some of the element descriptions no longer indicate the position in the tab bar (i.e. "x of y").
@NickEntin NickEntin added bug Something isn't working as expected P1: High Priority Issues that would result in incorrectly accessing whether or not a view is accessible. VoiceOver parity Mismatch between output of framework and actual VoiceOver behavior labels Oct 1, 2020
@NickEntin
Copy link
Collaborator Author

NickEntin commented Oct 3, 2023

The first item in the tab bar is prepended with "Tab Bar".

This is still true on iOS 16

In the case of fake tab bars (i.e. not using UITabBarController), some of the element descriptions no longer indicate the position in the tab bar (i.e. "x of y").

From what I can tell this was corrected by iOS 16

@NickEntin NickEntin changed the title Tab bar descriptions are incorrect on iOS 14 Tab bar descriptions are incorrect on iOS 14 and later Oct 3, 2023
@NickEntin
Copy link
Collaborator Author

Starting in iOS 17, it looks like in some cases it will read the badge as part of the description.

@NickEntin
Copy link
Collaborator Author

The first item in the tab bar is prepended with "Tab Bar".

This is still true on iOS 17 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected P1: High Priority Issues that would result in incorrectly accessing whether or not a view is accessible. VoiceOver parity Mismatch between output of framework and actual VoiceOver behavior
Projects
None yet
Development

No branches or pull requests

1 participant