forgejo/templates/base
wxiaoguang 420d015b76
Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy problem () ()
Before: the `aria.js` is still buggy in some cases.

After: tested with AppleVoice, Android TalkBack (I tested it with 1.19
again)

* Fix incorrect dropdown init code
* Fix incorrect role element (the menu role should be on the `$menu`
element, but not on the `$focusable`)
* Fix the focus-show-click-hide problem on mobile. Now the language menu
works as expected
* Fix incorrect dropdown template function setting
* Clarify the logic in aria.js
* Fix incorrect tippy `setProps` after `destroy`
* Improve comments
* Implement the layout proposed by 
2023-03-18 17:14:19 +01:00
..
alert.tmpl Support Issue forms and PR forms () 2022-09-02 15:58:49 +08:00
alert_details.tmpl Enforce tab indentation in templates () 2021-04-10 23:46:37 -04:00
delete_modal_actions.tmpl Refactor i18n to locale () 2022-06-27 15:58:46 -05:00
disable_form_autofill.tmpl Disable form autofill () 2021-10-19 01:08:41 +03:00
footer.tmpl Add new captcha: cloudflare turnstile () 2023-02-05 15:29:03 +08:00
footer_content.tmpl Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy problem () () 2023-03-18 17:14:19 +01:00
head.tmpl Fix various bugs for "install" page () () 2023-03-05 11:59:58 +01:00
head_navbar.tmpl Use <nav> instead of <div> in the global navbar () () 2023-03-17 01:28:17 -04:00
head_script.tmpl Introduce customized HTML elements, fix incorrect AppUrl usages in templates () 2023-02-17 22:02:20 +08:00
paginate.tmpl Move helpers to be prefixed with gt- () 2023-02-13 17:59:59 +00:00