wxiaoguang
f63822fe64
Fix autofocus behavior ( #34397 )
...
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.
2025-05-08 18:26:18 +00:00
..
2025-05-05 21:53:17 -07:00
2025-05-08 18:00:29 +00:00
2024-03-15 02:38:13 +00:00
2025-03-24 14:28:02 +00:00
2025-05-05 00:07:29 +03:00
2025-03-03 11:49:15 -08:00
2024-12-03 16:52:25 +00:00
2025-04-16 08:14:10 +00:00
2025-04-30 02:00:36 +00:00
2025-04-24 09:11:54 +08:00
2025-04-23 13:42:22 +08:00
2025-04-07 23:45:31 -07:00
2025-04-22 23:03:49 +08:00
2025-05-08 18:26:18 +00:00
2025-04-18 22:56:50 +08:00
2025-04-29 16:57:47 +00:00
2024-02-24 10:22:51 +00:00
2025-04-13 12:27:31 -07:00
2025-04-27 19:39:03 +00:00
2024-12-11 21:54:30 +08:00
2025-04-16 08:14:10 +00:00
2024-04-17 08:31:37 +00:00
2024-03-24 18:23:38 +00:00
2025-04-05 11:56:48 +08:00
2025-01-25 19:32:35 +08:00
2023-10-08 22:16:06 +00:00
2025-03-31 18:39:08 +00:00
2025-04-05 11:56:48 +08:00
2025-04-13 12:27:31 -07:00
2024-03-14 23:24:59 +00:00
2025-01-12 03:39:46 +00:00
2025-01-15 11:15:47 +08:00
2024-12-12 19:02:54 +00:00
2024-02-25 14:02:20 +00:00
2025-04-05 03:21:11 +00:00
2025-01-06 12:07:52 +08:00
2025-05-05 00:07:29 +03:00
2024-11-18 03:06:25 +00:00
2025-04-16 08:14:10 +00:00
2025-04-16 08:14:10 +00:00
2024-12-15 10:01:46 +00:00
2025-04-13 12:27:31 -07:00
2025-03-15 16:26:49 +08:00
2025-04-24 09:11:54 +08:00
2025-04-05 11:56:48 +08:00
2025-03-29 13:26:41 +08:00
2023-07-06 18:59:24 +00:00
2025-04-17 10:32:41 +00:00
2024-04-17 08:31:37 +00:00
2025-04-16 08:14:10 +00:00
2023-04-07 03:31:41 -04:00
2024-03-14 23:24:59 +00:00
2025-04-24 09:11:54 +08:00
2025-01-24 17:35:28 +00:00
2024-03-04 03:33:20 +00:00
2023-09-25 08:56:50 +00:00
2024-11-22 18:51:51 +00:00
2025-03-24 14:28:02 +00:00
2025-03-17 14:55:15 +00:00
2025-04-24 09:11:54 +08:00
2025-04-28 19:51:32 -07:00
2025-05-07 21:33:30 +00:00
2025-04-24 09:11:54 +08:00
2023-04-29 15:43:01 -04:00