• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Discussed on IRC:

Logging in would be somewhat easier in template login if the login name field had focus pr. default and the next field in the tab sequence was the password field.

Setting this as patch to have it go in 4.0.2, as it's little risk and major usability enhancement.

Arthur, feel free to revert/change if this is not in line with your best judgment.

-- SP

SVN 9419, DEVELOP + TWiki4.

-- SP

Very sensible.

AC

But don't use onLoad() anymore - use:

<script type="text/javascript">
//<![CDATA[
   addLoadEvent(setfocus);
   function setfocus() {
      document.loginform.username.focus();
   }
//]]>
</script>

SVN 9435 (TWiki4) and 9434 (Develop).

AC

Thanks Arthur, that's better.

Forgot to add the submit button to tab order, added in in SVN 9474.

-- SP

ItemTemplate
Summary Usability: Add tabindex + setfocus to template login form in PatternSkin
ReportedBy TWiki:Main.SteffenPoulsen
Codebase

SVN Range Sun, 19 Mar 2006 build 9373
AppliesTo Extension
Component PatternSkin
Priority Enhancement
CurrentState Closed
WaitingFor

Checkins 9419 9434 9435 9474
TargetRelease patch
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2006-04-01 - CrawfordCurrie
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback