E-mail List Archives
Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus
From: Michael Tangen
Date: Aug 28, 2014 12:26PM
- Next message: David Farough: "Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus"
- Previous message: Whitney Quesenbery: "Re: Seeking suggestions for an accessible, usability testing tool for online card sorting"
- Next message in Thread: David Farough: "Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus"
- Previous message in Thread: Daniel Tang (dtang): "Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus"
- View all messages in this Thread
Thanks all for the helpful feedback. Would you be willing to take a look
at the menu with the changes? http://designbymichael.com/test/menu/
One issue I found, though â I know that typically it's the <UL> tags that
should be assigned the role="menu" attribute, but I noticed that JAWS would
*not* announce "has submenu" on the *first level* menu items that have
child menus â even if the actual first level menu item <A> tag has the
attribute aria-haspopup="true". But beyond the first level, JAWS would
announce "has submenu" to all subsequent child menus.
I found that if I add "role="menu" to the *first level* <LI> tags in
addition to (or instead of) the first <UL> tag, it would then announce "has
submenu" to notify the user of subsequent menus. Is this the correct way
to compensate for this?
Also, I noticed that by implementing it in a way that works within JAWS
causes it to no longer work with VoiceOver for Safari on the Mac. I
suspect it has something to do with defining the tabindex, but I haven't
been able to get it to work for both JAWS and VoiceOver. Any clues?
On Wed, Aug 27, 2014 at 1:46 PM, Daniel Tang (dtang) < <EMAIL REMOVED> >
wrote:
> Michael:
>
>
> I am delighted that you have developed accessibility for this.
>
> Regarding the issues on TAB, Shift and the arrows keys with JAWS, have you
> explored the possibility of adding another key combination (for example the
> control key).
> Press Control and an Arrow key together or Control Tab...?
>
>
> Best
>
>
>
>
>
>
> Daniel Tang
> <EMAIL REMOVED>
> Phone: +1 408 526 7814
>
>
>
>
>
>
>
>
- Next message: David Farough: "Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus"
- Previous message: Whitney Quesenbery: "Re: Seeking suggestions for an accessible, usability testing tool for online card sorting"
- Next message in Thread: David Farough: "Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus"
- Previous message in Thread: Daniel Tang (dtang): "Re: resolving conflict between JAWS and key-press events for navigating large drop-down menus"
- View all messages in this Thread