microsoft / microsoft/fluentui
[Bug]: Menu button pop up options not accessible via voiceOver, when background is clickable
@bsunderhus is already working on this.
Since Feb 29, 2024.
- Dominant language
- TypeScript
- Stars
- 20.3k
- Forks
- 2.9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 46
Description
Library
React Components / v9 (@fluentui/react-components)
System Info
DEVICE USED: IOS, iphone12pro
Are you reporting Accessibility issue?
yes
Reproduction
https://stackblitz.com/edit/dedagv?file=src%2FApp.tsx
Bug Description
Bug Description
Actual Behavior
When user try to activate the dropdown pop-up menu items using Voiceover 'double tap to activate', here the control is not getting activated. whereas on double tap it closes the menu pop up
The a11y box is bigger than the focus box, hence the selection is not happening.
AND THE OUTER CONTAINER IS CLICKABLE SO THATS WHY ITS NOT GETTING THE VOICE OVER CLICK
NOTE: TRIED IT ON FLUENT V9 DROPDOWN THROUGH SANDBOX LINK
Expected Behavior
All interactive controls should be accessible and actionable using Voiceover swipe gestures and Keyboard.
SIMILAR BUG RAISED ON OUR TEAM BY A11Y TEAM: Bug 3459615: [TFL- School Connection]: The 'Help' pop up menu items are not actionable using Voiceover.
Logs
No response
Requested priority
High
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.