mirror of https://github.com/go-gitea/gitea.git
The "autofocus" was abused or misbehaved:
1. When users visit a page but they are not going to change a field,
then the field shouldn't get "autofocus"
* the "auth" / "user" page: in most cases, users do not want to change
the names
* see also the GitHub's "settings" page behavior.
2. There shouldn't be duplicate "autofocus" inputs in most cases, only
the first one focuses
3. When a panel is shown, the "autofocus" should get focus
* "add ssh key" panel
This PR fixes all these problems and by the way remove duplicate
"isElemHidden" function.
|
||
|---|---|---|
| .. | ||
| security | ||
| account.tmpl | ||
| actions.tmpl | ||
| appearance.tmpl | ||
| applications.tmpl | ||
| applications_oauth2.tmpl | ||
| applications_oauth2_edit.tmpl | ||
| applications_oauth2_edit_form.tmpl | ||
| applications_oauth2_list.tmpl | ||
| blocked_users.tmpl | ||
| grants_oauth2.tmpl | ||
| hook_new.tmpl | ||
| hooks.tmpl | ||
| keys.tmpl | ||
| keys_gpg.tmpl | ||
| keys_principal.tmpl | ||
| keys_ssh.tmpl | ||
| layout_footer.tmpl | ||
| layout_head.tmpl | ||
| navbar.tmpl | ||
| organization.tmpl | ||
| packages.tmpl | ||
| packages_cleanup_rules_edit.tmpl | ||
| packages_cleanup_rules_preview.tmpl | ||
| profile.tmpl | ||
| repos.tmpl | ||
| runner_edit.tmpl | ||