You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
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>
1 year ago
..
components Fix incorrect "tabindex" attributes (#26733) 1 year ago
features Remove fomantic loader module (#26670) 1 year ago
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 2 years ago
modules Refactor toast module (#26677) 1 year ago
render Update JS dependencies (#26586) 1 year ago
standalone Add toasts to UI (#25449) 2 years ago
test rename tributeValues to mentionValues (#25375) 2 years ago
utils Avoiding accessing undefined mentionValues (#26461) 1 year ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 1 year ago
bootstrap.js Check disabled workflow when rerun jobs (#26535) 1 year ago
index.js Show branches and tags that contain a commit (#25180) 2 years ago
jquery.js
svg.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 2 years ago
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 2 years ago
utils.js Remove hacky patch for "safari emoji glitch fix" (#25208) 2 years ago
utils.test.js Fix webauthn regression and improve code (#25113) 2 years ago