CustomSelect: disable virtualFocus to fix issue for screenreaders#58585
CustomSelect: disable virtualFocus to fix issue for screenreaders#58585
virtualFocus to fix issue for screenreaders#58585Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core SVNIf you're a Core Committer, use this list when committing to GitHub Merge commitsIf you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
mirka
left a comment
There was a problem hiding this comment.
Confirmed working in Safari 👍
Unfortunately I'm still seeing unreliable announcements with VoiceOver on Firefox. It happens regardless of the changes in this PR, so I think we can still land it as an incremental improvement.
Just to pile on a bit more info, according to the latest WebAIM survey, the VoiceOver/Firefox combo is quite uncommon. It doesn't even make the list. |
756bf2b to
dfbf8ba
Compare
What?
@afercia pointed out an issue in Safari for screenreaders, where multi-selection has incorrect announcements:
#55023 (comment)
Why?
Unfortunately, it appears it still hasn't been resolved in Safari, so in preparation for the component to be utilized (#57902), we should have a working solution.
How?
@diegohaz shared this is a bug in Safari and a solution to use in the meantime: #55023 (comment)
Testing Instructions
npm run:storybook dev