forgejo/web_src
Otto Richter 7dc453bb39 Remove inputs in dropdowns from taborder
Inputs are normally present in the taborder of a website. When they are
inside a dropdown, this means a user could theoretically also tab
through them.

With the current dropdown approach, however, this can result in the
focus being trapped, because the dropdown is closed after the focus
switches to the next element.

In this case, the focus moves to the end of the page, breaking keyword
navigation and making parts of the page inaccessible with a keyboard.

I was only able to reproduce this in Firefox.

This patch removes inputs inside dropdowns from taborder. It should be
generally safe even with potential side-effects, because *nothing*
inside dropdowns should be in the tab order.

This is a hotfix for https://codeberg.org/forgejo/forgejo/issues/2635,
but I acknowledge it is not an ideal solution.
2024-03-12 02:24:17 +01:00
..
css Lighten text colors on dark theme for increased contrast (#29481) 2024-03-06 12:10:44 +08:00
fomantic Remove fomantic text module (#26777) 2023-08-30 10:37:17 +00:00
js Remove inputs in dropdowns from taborder 2024-03-12 02:24:17 +01:00
svg Update Discord logo (#29285) 2024-02-26 21:42:15 +01:00