You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to reach the Sign in or Sign up buttons in the bottom bar
Good luck, you won't.
I don't think it's the expectation to tab over 400 times to get to these buttons. Additionally, content will load, so you potentially never reach it. The only way to currently sign up or login is to either know the URL or to google (kagi search) the page.
Allow users who are not signed in to sign up using a keyboard only without having to tab up to infinity
How to solve? You probably want a skip link, understanding bypass blocks. Usually these links are added to skip the navigation, which bluesky lacks as well, but that's a different issue. When logged out, I would add a skip link at the top to "skip to navigation", which is what that is (sign up and login)
Attachments
Breakpoint
Focus order
Mobile
Desktop
What platform(s) does this occur on?
Web (Desktop), Web (Mobile)
Device Info
Not Relevant
What version of the app are you using?
Web
Additional Information
If I recall correctly, Voiceover will not show a number for each tabstop, but only for each visible tabstop, so this should not be an issue on Android/iOS in terms of using Voice Commands, but it is absolutely an issue for users who use something like a joystick or keyboard to tab through the interactive elements.
The text was updated successfully, but these errors were encountered:
In response to -
Accessibility bug: nearly impossible to login or sign up using a keyboard from the homepage bluesky-social#6369
Reordered elements in createNativeStackNavigatorWithAuth.tsx and added z-index: 1 to the LeftNav and RightNav elements.
Steps to Reproduce
I don't think it's the expectation to tab over 400 times to get to these buttons. Additionally, content will load, so you potentially never reach it. The only way to currently sign up or login is to either know the URL or to google (kagi search) the page.
How to solve? You probably want a skip link, understanding bypass blocks. Usually these links are added to skip the navigation, which bluesky lacks as well, but that's a different issue. When logged out, I would add a skip link at the top to "skip to navigation", which is what that is (sign up and login)
Attachments
What platform(s) does this occur on?
Web (Desktop), Web (Mobile)
Device Info
Not Relevant
What version of the app are you using?
Web
Additional Information
If I recall correctly, Voiceover will not show a number for each tabstop, but only for each visible tabstop, so this should not be an issue on Android/iOS in terms of using Voice Commands, but it is absolutely an issue for users who use something like a joystick or keyboard to tab through the interactive elements.
The text was updated successfully, but these errors were encountered: