On login screen, keyboard input focus should be set to the first field (E-mail 
Address) so you don't have to use the mouse
--------------------------------------------------------------------------------------------------------------------------

                 Key: DS-561
                 URL: http://jira.dspace.org/jira/browse/DS-561
             Project: DSpace 1.x
          Issue Type: Improvement
          Components: JSPUI
    Affects Versions: 1.6.0
         Environment: any
            Reporter: Oleksandr Sytnyk
            Priority: Trivial


On login screen, keyboard input focus should be set to the first field (E-mail 
Address) so you don't have to use the mouse

In login-form.jsp:

<form method="post" name="loginform" action="<%= request.getContextPath() 
%>/password-login">  
...
...
<script type="text/javascript">
        document.loginform.login_email.focus();
</script>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to