Menu

#18 focus on the password field on load

closed
nobody
5
2014-04-05
2012-08-07
bplotkin
No

very simple, will make it faster to type password when loads the page.

example:
<body onload="document.login.username.focus();>

Discussion

  • bplotkin

    bplotkin - 2012-08-07

    found the line: 390 add this: document.DF.pwd.focus();

    the whole line is this:
    <body onload="after_load();document.DF.pwd.focus();">

     
  • Oleg Savchuk

    Oleg Savchuk - 2014-04-05

    added in version 1.9.140405

     
  • Oleg Savchuk

    Oleg Savchuk - 2014-04-05
    • status: open --> closed
    • Group: --> Next Release (example)
     

Log in to post a comment.