How can I make my long forms (i.e., forms that require the user to scroll the browser window to see the bottom) automatically scroll to expose the fields that they've tabbed to?
For example, create a new form that is 1600 pixels in height (or something larger than your monitor's vertical resolution). Put a text input field near the top, then another at the bottom. Run the form, make sure the text input field at the top has focus, then hit Tab. The page should, I belive, scroll to the bottom so the user can see the field.
Is there a way to fix that?
