Hello all,
Maybe this is something easy to solve but I can set all my text_field
tabIndex by { :tabIndex => ‘2’}. When I try to do the same for the
select or the textarea it doesn’t work. Is there something I’m missing?
Thank you.
John
Hello all,
Maybe this is something easy to solve but I can set all my text_field
tabIndex by { :tabIndex => ‘2’}. When I try to do the same for the
select or the textarea it doesn’t work. Is there something I’m missing?
Thank you.
John
Solved my own issue.
Here’s what I’ve found…
new.html.erb -
2}%>
Instead of setting the tabIndex in the select, I set it in the label.
This works fine in FireFox. I’ve found that using Safari the tabIndex
issue never occurs. My next step is to test it in IE.
Hope this helps someone with the same problem.
John
John M. wrote:
Hello all,
Maybe this is something easy to solve but I can set all my text_field
tabIndex by { :tabIndex => ‘2’}. When I try to do the same for the
select or the textarea it doesn’t work. Is there something I’m missing?Thank you.
John
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs