Bug #5345
Internet Explorer: login field does not get focus
Complexity:
Normal
SCRUM pts - complexity:
?
Description
A little script in 1.8 caused the browser to put the cursor in the login field:
<body dir="ltr" onload="javascript: if(document.formLogin) { document.formLogin.login.focus(); }">
But in 1.9, a visualy impaired student noticed that the focus does not go to the login field at startup.
In Chrome and FF the cursor still starts in the username textbox. Is IE9 not supported anymore?
Associated revisions
History
Updated by Julio Montoya over 8 years ago
- Status changed from New to Needs testing
- % Done changed from 0 to 50
Fix added
Adding autofocus fix for non HTML5 browsers see #5345