Melloware
Melloware
OK can you do me a favor and test regular Menu and MenuButton to see if they are broken the same way or whether the screenreader is working for those?...
Also can you tell me that if once the MenuBar does get focus and we start setting tabindex=0 to the highlighted menu item does the screenreader start working then? It...
@serial389 Can you pull my PR branch again I added a fix to remove tabindex off the ui-helper-hidden-accessible once the menu has focus and returns it to it after you...
Two things 1. Don't forget to CTRL+F5 to reload JavaScript and 2. I wonder if the keyboard trap DIV should have aria-hidden=true?
OK I added aria-role="none" on the keyboard target div which should not read it out loud for assitive technolgoies but should allow you to TAB to it and once the...
@serial389 Can you pull my latest PR I added role"none" to the keyboard trap which is supposed to tell all screenreaders to ignore it. `role="none"` is preferred over `aria-hidden="true"` **Edit:**...
`role="none"` is preferred over `aria-hidden="true"`
I just tested myself. Seems like no matter what this keyboard trap is a problem. May have to rethink the way these menus are done.
Yes please share or submit a PR for review when you are ready!
I am not sure these datatable features were designed to work together. Not all datatable features can be used together.