Patch #4299
closedAdd tabindex to login screen
0%
Description
When on the loginscreen there were no tabindex' defined.
I made it follow the login, password, open id, stay logged in and finally the login button (therefor skipping the "lost password" link.
However, the checkbox autologin is now set to true as default since check_box_tag could not set any options of not both value and checked status was defined. If it should be false as default I can ofcourse fix that to.
Note that this was mostly a test on how to make patches and therefor I did one for the thing that was an easy fix for not that big a problem. :)
Patched from r3092.
Files
Related issues
Updated by Henrik Ammer almost 15 years ago
One rookie mistake: I didn't run the svn diff
in the redmine directorybut in the app/views/account
directory. I'm adding a new patch that fixes this.
Updated by Jean-Philippe Lang almost 15 years ago
- Category set to UI
- Status changed from New to Closed
- Target version set to 0.9.0
Patch committed in r3098 with slight change (autologin should definitely stay disabled by default).
Thanks.