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

Framework does not reflect accessibility{Property}Block values set in iOS 17 #192

Open
NickEntin opened this issue Jan 24, 2024 · 1 comment · May be fixed by #196
Open

Framework does not reflect accessibility{Property}Block values set in iOS 17 #192

NickEntin opened this issue Jan 24, 2024 · 1 comment · May be fixed by #196
Assignees
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. Switch Control parity Mismatch between output of framework and actual Switch Control behavior Voice Control parity Mismatch between output of framework and actual Voice Control behavior VoiceOver parity Mismatch between output of framework and actual VoiceOver behavior

Comments

@NickEntin
Copy link
Collaborator

In iOS 17, the newly introduced accessibility{Property}Block properties will override the values from the corresponding accessibility{Property}.

@NickEntin NickEntin added bug Something isn't working as expected VoiceOver parity Mismatch between output of framework and actual VoiceOver behavior P1: High Priority Issues that would result in incorrectly accessing whether or not a view is accessible. Switch Control parity Mismatch between output of framework and actual Switch Control behavior Voice Control parity Mismatch between output of framework and actual Voice Control behavior labels Jan 24, 2024
@NickEntin NickEntin self-assigned this Jan 24, 2024
@NickEntin
Copy link
Collaborator Author

This is somewhat blocked by #155 since we should really have iOS 17 snapshots in place against which to test this behavior.

NickEntin added a commit that referenced this issue Jan 24, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
@NickEntin NickEntin linked a pull request Jan 24, 2024 that will close this issue
NickEntin added a commit that referenced this issue Jan 24, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
NickEntin added a commit that referenced this issue Jan 24, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
NickEntin added a commit that referenced this issue Jan 24, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
NickEntin added a commit that referenced this issue Jan 24, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
NickEntin added a commit that referenced this issue Jan 26, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
NickEntin added a commit that referenced this issue Jan 26, 2024
These block-based variants of the UIAccessibility properties were introduced in iOS 17. Resolves #192.
@NickEntin NickEntin linked a pull request Jan 26, 2024 that will close this issue
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. Switch Control parity Mismatch between output of framework and actual Switch Control behavior Voice Control parity Mismatch between output of framework and actual Voice Control behavior VoiceOver parity Mismatch between output of framework and actual VoiceOver behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant