Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

jQuery mobile selectmenu not accessible by keyboard entry #8144

Open
clehnert-psl opened this issue Jun 2, 2015 · 0 comments
Open

jQuery mobile selectmenu not accessible by keyboard entry #8144

clehnert-psl opened this issue Jun 2, 2015 · 0 comments

Comments

@clehnert-psl
Copy link

I'm using jQuery Mobile 1.4.5 and allowing it to style the select menus (not using native selects). I can access the menus using the keyboard by typing enter to open and the arrow keys to move through the options, but I cannot select an option by typing a letter or combination of letters as usual for a native selectmenu. Because of this (from the jQm site), I'd expect full keyboard functionality:

The select menu is ARIA-enabled and keyboard accessible on the desktop
as well.

Here is a closed issue that I thought might address this, but even upgrading to 1.5.0-pre, there is no keyboard selection by letter.

Is this a bug, or is this just not a feature of jQm?

Is there any way I can extend it's functionality to allow word selection by keyboard letter?

JSBin example here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.