design-system
design-system copied to clipboard
update dialog to respond to the keyboard commands suggested by MacOS voice-over (Control Option Shift Down arrow)
Describe the bug
- the keyboard commands suggested by voice-over (Control Option Shift Down arrow) to select the button do not work - confirmed that this is the same issue for all CMS modal components. However, the user's focus is still taken inside of the modal component and they can access all links within this modal window by tabbing.
To Reproduce Steps to reproduce the behavior:
- Turn on MacOS screen reader
- Go to CMS dialog component
- Use suggested command to interact with dialog Control Option Shift Down arrow
- Notice command does not guide user to interact with Dialog
Expected behavior Suggested command by voiceover, should help user interact with Dialog content
Desktop (please complete the following information):
- OS: MacOS
- Browser Chrome
Thanks for reporting this issue! I've created a ticket in Jira if you'd like to set yourself as a watcher to monitor its progress.
@karinamzalez, this issue was fixed when we switched to using the HTML <dialog>
element in our dialogs. That fix is available since version 5.0.
We also want to point out that the VoiceOver + Chrome combo produces unexpected results. Deque recommends using Safari with VoiceOver for best results.