View Single Post
  #1 (permalink)  
Old 02-02-2009, 04:17 AM
dang65 dang65 is offline
Junior Member
 
Posts: 9
Default [SOLVED] tabindex (again)

Hi,

I've searched this forum and found a couple of references to this issue, but they seem like old threads and didn't have any clear solutions anyway.

Problem:

I have a Zimlet with default OK and CANCEL buttons in the footer. In the Zimlet I have a custom form with Username and Password fields.

I want the user to be able to Tab from my Username field to my Password field (and back again with Shift+Tab). The standard HTML tabindex setting doesn't work.

When you hit Tab in either field, focus jumps straight to the default CANCEL button and stays there. Shift+Tab does nothing and Tab does nothing. The same problem appears on other Zimlets.

How can I override this default action and give my own form a standard tabindex?

Thanks!
Reply With Quote