mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 09:44:26 +00:00
932e282e15
Backport #28520 by @framitdavid There is an accessibility issue in the interface when attempting to delete a repository. When I click on "Delete repository," a dialog box appears, requiring confirmation to proceed with the repository deletion. However, when I press the "Repo name" label, the wrong input field gains focus. The focused field is located behind the dialog and is intended for renaming the repository. I am submitting these pull requests to ensure that the correct input field is focused when the user clicks on the label. This change will also facilitate the writing of tests using Playwright or Testing Library to retrieve elements based on roles. This PR will also improve acessibility of this area. Co-authored-by: David Øvrelid <46874830+framitdavid@users.noreply.github.com> |
||
---|---|---|
.. | ||
webhook | ||
actions.tmpl | ||
branches.tmpl | ||
collaboration.tmpl | ||
deploy_keys.tmpl | ||
githook_edit.tmpl | ||
githooks.tmpl | ||
layout_footer.tmpl | ||
layout_head.tmpl | ||
lfs_file_find.tmpl | ||
lfs_file.tmpl | ||
lfs_locks.tmpl | ||
lfs_pointers.tmpl | ||
lfs.tmpl | ||
nav.tmpl | ||
navbar.tmpl | ||
options.tmpl | ||
protected_branch.tmpl | ||
push_mirror_sync_modal.tmpl | ||
runner_edit.tmpl | ||
secrets.tmpl | ||
tags.tmpl |