-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Accessbility] ui-router doesn't work with keyboard with url-less states #721
Comments
Ended up overwriting AnchorUISref.update.
|
christopherthielen
added a commit
that referenced
this issue
Jul 6, 2020
This behavior is related to this bug report angular-ui/ui-router#3248 I've fixed this in #721, hopefully this behavior is correct now. |
@christopherthielen I just re-tested this. The fix enables the Enter button, but it is still ignored when navigating with Tab. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
navigation using a keyboard breaks with url-less states due to the uiSref directive removing an empty href. That makes the anchor not tabbable without tabindex, and also remove the ability to navigate to the state with the Enter button as it's no longer considered a link.
Was it intended to be like that? Is there a workaround?
The text was updated successfully, but these errors were encountered: