wxiaoguang
4fdb09de58
Fix incorrect "tabindex" attributes ( #26733 )
...
Fix #26731
Almost all "tabindex" in code are incorrect.
1. All "input/button" by default are focusable, so no need to use "tabindex=0"
2. All "div/span" by default are not focusable, so no need to use "tabindex=-1"
3. All "dropdown" are focusable by framework, so no need to use "tabindex"
4. Some tabindex values are incorrect (eg: `new_form.tmpl`), so remove them
Co-authored-by: Giteabot <teabot@gitea.io>
2023-08-26 10:44:00 +08:00
..
2023-08-14 15:14:30 +00:00
2023-08-10 11:19:39 +08:00
2023-06-09 08:37:47 +00:00
2023-08-01 07:25:11 +00:00
2023-08-25 06:47:59 +00:00
2023-08-26 10:44:00 +08:00
2023-02-19 12:06:14 +08:00
2023-08-10 11:19:39 +08:00
2023-08-26 10:44:00 +08:00
2023-08-10 11:19:39 +08:00
2023-08-12 10:30:28 +00:00
2023-08-10 11:19:39 +08:00
2023-08-26 01:35:10 +02:00
2023-08-26 10:44:00 +08:00
2023-07-09 20:33:25 +00:00
2023-07-25 17:53:16 +00:00
2023-06-29 20:24:22 +08:00
2023-06-14 18:17:58 +00:00
2023-08-23 08:13:04 +00:00
2023-07-08 11:53:56 +02:00
2023-05-29 12:45:22 +00:00
2023-08-04 15:49:43 +00:00
2023-08-10 11:19:39 +08:00
2023-07-21 10:32:25 +00:00
2023-06-09 08:37:47 +00:00
2023-08-10 11:19:39 +08:00
2023-08-13 11:04:42 +02:00
2023-08-24 01:31:54 +00:00
2023-06-15 15:12:08 +00:00
2023-01-24 22:36:48 -05:00
2023-08-26 10:44:00 +08:00
2023-07-08 10:57:17 +00:00
2023-07-31 05:04:45 +00:00
2023-08-10 11:19:39 +08:00
2023-05-01 05:35:02 -04:00
2023-08-08 15:29:35 +08:00
2023-08-26 01:35:10 +02:00
2023-08-08 15:29:35 +08:00
2023-07-06 18:59:24 +00:00
2023-07-14 08:47:17 +00:00
2023-04-07 03:31:41 -04:00
2023-03-24 18:35:38 +08:00
2023-08-10 11:19:39 +08:00
2023-08-22 09:20:09 +00:00
2023-08-03 22:16:06 +08:00
2022-06-27 15:58:46 -05:00
2023-08-10 11:19:39 +08:00
2023-08-08 09:04:04 +00:00
2023-08-10 11:19:39 +08:00
2023-04-29 15:43:01 -04:00