Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install an app using only the keyboard #351

Closed
thomasheartman opened this issue Apr 7, 2021 · 1 comment
Closed

Unable to install an app using only the keyboard #351

thomasheartman opened this issue Apr 7, 2021 · 1 comment
Assignees

Comments

@thomasheartman
Copy link

Problem

I seem to be unable to install an app without using the mouse. Am I doing something wrong or is it not possible?

What I've tried

When opening the installation pop-up and searching for an app, I can navigate to the 'Install' anchor element, but pressing enter does nothing. Neither does pressing space.

Probable cause

My guess is that this is because the element is rendered as an anchor tag with an href value of #. Because it does not take the user anywhere, would it make more sense to use button elements instead? There is already a task on making the links look like buttons, but I still don't think this would solve the keyboard accessibility issue. I also think that a button would be more semantically correct here, but I may very well be wrong.

@thomasheartman thomasheartman changed the title How do I install an app using only the keyboard? Unable to install an app using only the keyboard Apr 8, 2021
@thomasheartman
Copy link
Author

A little update on this: in Firefox, I was able to trigger it by pressing shift+enter, which is bound to "open link in new window". ctrl+enter ("open link in new tab") also seems to work. So at least there's a workaround for it for now. However, this is still surprising from a user's perspective, and I think it would still be preferable to make them actual buttons.

@reisfmb reisfmb self-assigned this Jan 18, 2022
ashklianko added a commit that referenced this issue Feb 2, 2022
Added accessibility - Apps can be download using the keyboard (#351)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants