design-system icon indicating copy to clipboard operation
design-system copied to clipboard

update dialog to respond to the keyboard commands suggested by MacOS voice-over (Control Option Shift Down arrow)

Open karinamzalez opened this issue 2 years ago • 1 comments

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:

  1. Turn on MacOS screen reader
  2. Go to CMS dialog component
  3. Use suggested command to interact with dialog Control Option Shift Down arrow
  4. 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

karinamzalez avatar Mar 10 '22 18:03 karinamzalez

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.

zarahzachz avatar May 19 '22 15:05 zarahzachz

@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.

pwolfert avatar Jan 31 '23 01:01 pwolfert