My login screen have username and password textbox and submit button. Focus is set to Username textbox on page load. But on clicking submit button username textbox returns null value even if it has value. It is not happening with IE. If a keypress or mouseclick is done after page load, then username textbox will return the correct value.
Any help will be appreciated.