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

[v9] fix(ui-selectable): fix Select options not being selectable on iOS Safari with VoiceOver on #1688

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

matyasf
Copy link
Collaborator

@matyasf matyasf commented Sep 19, 2024

aria-owns seems to be misused here. It rearranges the DOM seen by the screenreader, so the subtree owned by the element will be its child. Backport of #1668

TEST PLAN:
Test all examples of Select, SimpleSelect, Selectable with keyboard navigation and VoiceOver. Test on mobile devices with TalkBack/VoiceOver and Windows too if possible

…fari with VoiceOver on

aria-owns seems to be misused here. It rearranges the DOM seen by the screenreader, so the subtree
owned by the element will be its child. Backport of
#1668
TEST PLAN:
Test all examples of Select, SimpleSelect, Selectable with keyboard navigation and VoiceOver. Test
on mobile devices with TalkBack/VoiceOver and Windows too if possible
@matyasf matyasf self-assigned this Sep 19, 2024
Copy link

github-actions bot commented Sep 19, 2024

PR Preview Action v1.4.8
Preview removed because the pull request was closed.
2024-09-23 13:06 UTC

@matyasf matyasf requested a review from balzss September 23, 2024 11:41
@matyasf matyasf merged commit 7f04bb4 into v9_maintenance Sep 23, 2024
6 checks passed
@matyasf matyasf deleted the fix_selectable_a11y branch September 23, 2024 13:06
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

Successfully merging this pull request may close these issues.

3 participants