Help - Search - Members - Calendar
Full Version: Hitting TAB in Comments box (MT 2.661)
Movable Type Community Forum > Other Product Discussion > Bugs and Odd Behavior
mannu
I'm using MT 2.661. When I hit TAB in the Comments box (on the Invididual Entry Archive page), the focus goes to the page heading instead of the next control on the form.

I believe this is because the "remember my info" checkbox has been moved out of the order in this version.
ndns
In the template code, you can specify the order that fields are tabbed through. In your template look for tabindex and make sure that they follow the order you want. The first thing should be 1, the second 2, and so on...

example:
CODE
<input tabindex="1" id="author" name="author" />
<input tabindex="2" id="email" name="email" />
<input tabindex="3" id="url" name="url" />
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.