AlexandrePTJ / kemai

Kimai desktop client
MIT License
90 stars 25 forks source link

Input Focus and Tabbing Order Suggestion #48

Closed sdreilinger closed 2 years ago

sdreilinger commented 2 years ago

Input Focus and Tabbing Order Suggestion

Hello @AlexandrePTJ :

I am using Kemai compiled from the master branch, and appreciate your desktop client very much!

Please consider specifying the input focus and tab order in the Add Customer, Add Project, and Add Activity dialog boxes.

Add Customer Dialog

Input focus defaults to the second field: Customer. Suggested input focus: Name.

Tab order currently goes from: Country->Timezone->Name->Currency->Budget->Time Budget Suggested tab order (based on dialog layout): Name->Country->Timezone->Currency->Budget->Time Budget

Add Project Dialog

Input focus defaults to: Budget Suggested input focus: Name

Tab order currently goes from: Budget->Time Budget->Name Suggested tab order: Name->Budget->Time Budget

Add Activity Dialog

Input focus defaults to: Time Budget Suggested input focus: Name

Tab order currently goes from: Time Budget->Name->Budget Suggested tab order: Name->Budget->Time Budget

Documentation

This documentation may be relevant:

AlexandrePTJ commented 2 years ago

@sdreilinger Thank you for the suggestion and the PR.