I have a form inside a scrollable div. For argument's sake there is 5 text inputs in the form and the user currently has the 3rd one in focus. If the user clicks on the div's scrollbar focus is taken away from this and if the user presses tab focus will return to the 1st input.
I'd like to prevent the 3rd tab losing focus in the event of a user using the scrollbar. Anyone know how to do this?
