-
Notifications
You must be signed in to change notification settings - Fork 16
Keyboard navigation for UI (mainly for forms) #93
Comments
Just as an FYI, this is a known issue in |
Yeah, as Justin said, I'm kinda been waiting for that fix for a moment... The only workaroround I could do now it some hand coded focus routine for the form, and since PolymerElements/iron-overlay-behavior#200 should arrive to master soon, I'd prefer to wait for it... |
I say we wait. :-) My two cents. |
I'm not sure it will be ready for 2.0.0-Beta, so I'm removing the label... |
Worst case, we update the dep to point to that hash and ship the PR (without it being in mainline). |
I've pushed a PR that will need further testing and probably a few tweaks, but it basically gets us an okay keyboard experience (make sure to run It is not the end-all-be-all, but it works around the problem will discovering others (particularly that Comments (and testing before merge) very very welcome. :-) |
It's important to provide mouse free UX for submitting and editing activities.
tabindex
-based navigation is the main part of it. For now after pressingTAB
the focus doesn't go to the next field but disappears. Has to be fixed for all forms (main) and other UI elements.The text was updated successfully, but these errors were encountered: