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

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

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

matyasf
Copy link
Collaborator

@matyasf matyasf commented Sep 18, 2024

Backport of #1668

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. In our case it meant that a popup will the the child of an input component. 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. In our case it meant that a popup will the the child of an
input component. 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 18, 2024
Copy link

Preview URL: https://1686--preview-instui.netlify.app

@HerrTopi HerrTopi merged commit 112c740 into v8_maintenance Sep 18, 2024
3 checks passed
@HerrTopi HerrTopi deleted the remove_aria_owns branch September 18, 2024 17:12
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