Issue with Chrome, tabindex and radio buttons Issue with Chrome, tabindex and radio buttons google-chrome google-chrome

Issue with Chrome, tabindex and radio buttons


I ran across this issue too.
I figured out that if you gave each radio button it's own
~ name=unique
~ name=unique2
~ name=unique3
that the tabindex would work.
Check out this website: Form Trick: Set the Tabbing Order
You can see how he has different name values for all the radio buttons.

Hope that helped,Diana