I'm trying to add some additional usability to our web app for our Blackberry users and am currently having issues getting a textbox to autofocus on load.
Currently I'm using the standard .focus() javascript call on the element which works fine on everything but a blackberry. On the blackberry it seems to select the textbox than instantly lose focus.
How do you set focus to a textbox on form load on a blackberry?