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

Make request content type dropdowns accessible #1282

Closed
lornajane opened this issue May 29, 2020 · 0 comments · Fixed by #1294
Closed

Make request content type dropdowns accessible #1282

lornajane opened this issue May 29, 2020 · 0 comments · Fixed by #1294

Comments

@lornajane
Copy link
Contributor

I think there might be more than one occurrence of this that belongs under #1279 but let's start with the content type dropdown on request samples.

Screenshot from 2020-05-29 10-45-30

Currently, it's a <div> tag rather than an input element (it is much prettier than a dropdown, true!), with onMouseDown() and onTouchEnd() events and it does have an aria tag in it, but it's not focusable. The Firefox accessibility tools can't tell that this should be clickable so it doesn't actually throw any errors in the interface, it just looks like a display div.

Let's swap this component out with something pretty AND usable by everyone to select the content type.

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

Successfully merging a pull request may close this issue.

1 participant