Bug 326802 - Autofocus on username in login (+ patch)
Summary: Autofocus on username in login (+ patch)
Status: RESOLVED FIXED
Alias: None
Product: bodega
Classification: Applications
Component: Manager (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 22:03 UTC by Pascal d'Hermilly
Modified: 2013-10-28 22:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch (912 bytes, patch)
2013-10-28 22:04 UTC, Pascal d'Hermilly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal d'Hermilly 2013-10-28 22:03:21 UTC
The manager login page should automatically focus the cursor on the username field.
I've tried to solve this myself, by 
1) checking out on anongit 
2) Small altering og code
3) commit and run git format-patch origin

I'll attach it the patch file. 
Please tell me if this is wrong procedure, this is the first pull request i've done outside github.
 

Reproducible: Always
Comment 1 Pascal d'Hermilly 2013-10-28 22:04:12 UTC
Created attachment 83187 [details]
patch
Comment 2 Aaron J. Seigo 2013-10-28 22:27:16 UTC
Git commit e5fe79b46d3628401a0ce8184b0eeb87fde14e56 by Aaron Seigo.
Committed on 28/10/2013 at 22:26.
Pushed by aseigo into branch 'master'.

autofocus username

patch by Pascal d'Hermilly

M  +1    -1    views/login.jade

http://commits.kde.org/bodega-webapp-manager/e5fe79b46d3628401a0ce8184b0eeb87fde14e56
Comment 3 Aaron J. Seigo 2013-10-28 22:28:08 UTC
we often use reviewboard.kde.org (review group: bodega) for bigger patches, but for small patches like this, this works just fine too. thanks for the fix!