Skip to main content


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.

#WebAccessibility #WebDev #webDevelopment

reshared this

in reply to modulux

@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.
in reply to fnetX

Sorry that it didn't help, but glad you found a fix.