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/templates/repo/issue/view_content
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
..
add_reaction.tmpl Improve and fix bugs surrounding reactions (#24760) 2 years ago
attachments.tmpl Replace fomantic divider module with our own (#25539) 2 years ago
comments.tmpl Improve show role (#26621) 2 years ago
comments_delete_time.tmpl Add template linting via djlint (#25212) 2 years ago
context_menu.tmpl Fix duplicated url prefix on issue context menu (#26066) 2 years ago
pull.tmpl Remove nonsense `<a>` for commit status check icon (#26287) 2 years ago
pull_merge_instruction.tmpl Simplify helper CSS classes and avoid abuse (#26728) 1 year ago
reactions.tmpl Improve and fix bugs surrounding reactions (#24760) 2 years ago
reference_issue_dialog.tmpl Fix incorrect redirection in new issue using references (#26440) 2 years ago
show_role.tmpl Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658) 1 year ago
sidebar.tmpl Fix incorrect "tabindex" attributes (#26733) 1 year ago
update_branch_by_merge.tmpl Replace fomantic divider module with our own (#25539) 2 years ago