Description
In an implementation we recently inherited, and also in every other selectmenu implementation I've found using <select>
tags, the select-replacing elements are not included in the tab order on the latest versions of FF and Safari on Mac. Chrome works fine, and it's not the usual problem where I need to set a system-wide preference to allow focus on any element, since that's already set.
Here are a few examples where I see this behavior:
http://jsfiddle.net/fnagel/GXtpC/
http://view.jqueryui.com/selectmenu/demos/selectmenu/default.html
Interestingly, the radio-button replacements allow tabbing to focus on this example, but not the select menu replacements: http://www.broadbandmap.gov/about-provider
Any ideas whether there's a workaround, or if we're just out of luck here?