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

isAccessibilityElement should not return false for NSUIView #4253

Closed
becknaum opened this issue Jan 2, 2020 · 0 comments
Closed

isAccessibilityElement should not return false for NSUIView #4253

becknaum opened this issue Jan 2, 2020 · 0 comments

Comments

@becknaum
Copy link

becknaum commented Jan 2, 2020

Since isAccessibilityElement is a final, overridden property of NSUIView in Platform+Accessibility.swift, it is essentially read-only, since the setter has no effect. The comment explains that it is to make children accessible, but this is something that should be configurable since UIView allows it. The use case I am running into is that the chart data is repeated in another format within the same view, rendering the chart data redundant to a voiceover listener. The chart is purely a visual aid in this case.

@becknaum becknaum changed the title isAccessibilityElement should not return false for NSUIView isAccessibilityElement should not return false for NSUIView Jan 2, 2020
@becknaum becknaum closed this as completed Jan 2, 2020
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