From 4fdb09de588fb1ff32184411df80d5d59333b94c Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sat, 26 Aug 2023 10:44:00 +0800 Subject: 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 --- templates/org/settings/options.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/org/settings/options.tmpl') diff --git a/templates/org/settings/options.tmpl b/templates/org/settings/options.tmpl index 03827e4c3f..ecc269481d 100644 --- a/templates/org/settings/options.tmpl +++ b/templates/org/settings/options.tmpl @@ -40,19 +40,19 @@
- +
- +
- +
-- cgit v1.2.3