Skip to content
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

tabindex confuses tabNavigation #60

Closed
bachp opened this issue Mar 29, 2012 · 3 comments
Closed

tabindex confuses tabNavigation #60

bachp opened this issue Mar 29, 2012 · 3 comments
Labels

Comments

@bachp
Copy link

bachp commented Mar 29, 2012

Hi again

When you add tabindex="1" and tabindex="2" to the input fields and add tabNavigation, the tab order is reversed in the keyboard navigation.

See: http://jsfiddle.net/2MfEr/

However if tabindex="0" and tabindex="1" is used it works.

@Mottie
Copy link
Owner

Mottie commented Apr 1, 2012

Hi Pascal-bach!

Hmm, I think it's completely ignoring the tabindex... I'll have to dig into this issue a bit more when I have free time, which has quickly become scarce.

@Mottie
Copy link
Owner

Mottie commented Apr 4, 2012

Hi Pascal-Bach!

There's not much I can do about using tabindex='"0", it seems to not act as expected. In this demo, click in the first input area and press tab. It goes to the browser location input area. If you start in the second input and tab, it cycles through the remaining tab indexes correctly until it reaches the end, where it then jumps to tabindex="0" followed by the browser location input area. I've seen this behavior in both Chrome and Firefox so far. So the only solution would be to not use a tab index of zero.

Now, when I add more than two keyboard inputs and try to use tab navigation, it always jumps to the first. Which means the tab navigation is still broken, so I'll leave this ticket open. Sorry for the delay, my father has been in the hospital for the past month.

@Mottie
Copy link
Owner

Mottie commented Apr 4, 2012

I believe I have solved the tabNavigation issue in v1.9.15. I appreciate all of your help with testing and all of the feedback you have been giving. Thank you! :)

@Mottie Mottie closed this as completed Apr 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants