I am currently working on #accessibility in #forgejo. And I discovered a problem with focus where it is not possible to navigate the page with "tab", a dropdown makes the focus skip to the end of the page and you end up in a loop.
Can someone recommend ways or tools to debug focus in webbrowsers? I have a hard time to see how the focus skips there. Any hints are welcome.
Thank you.
@fnetX Perhaps the Firefox accessibility inspector may help. Check the "Show webpage tabbing order" part: https://firefox-source-docs.mozilla.org/devtools-user/accessibility_inspector/
@modulux Thank you for the pointer. Yeah, I tried to use it. The problem is that it does not live-update and is not helpful when the page is dynamically modified with Javascript, for example. Anyway, we found a hotfix in the meantime.
@fnetX Sorry that it didn't help, but glad you found a fix.