Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Keyboard plugin fails in IE when JAWS is enabled

Home Forums Older releases 1.0.x Keyboard plugin fails in IE when JAWS is enabled Reply To: Keyboard plugin fails in IE when JAWS is enabled

#3572
dopefish
Participant

@blobula – yes, actually, I did get this resolved. In order to improve the JAWS experience, I make two changes to the DOM after SM has loaded: menu links (a) get role=menuitem and the list items (li) get role=presentation. I don’t remember offhand if both were required to fix this specific issue, or if one had been added for another reason.

I still have an issue where JAWS/IE double-announces some items, but it’s got nothing to do with SM specifically. Pretty sure that’s a known issue. Otherwise, the menu is working really well now!

I’d considered submitting a patch but just haven’t got that far…