nextcloud / nextcloud/deck

Drop-downs and screen readers

Open
#3,908 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop accessibility bug
Dominant language
JavaScript
Stars
1.4k
Forks
354
Avg merge
1d 10h
Merged PRs (30d)
43

Description

There are some form fields that work as hybrid input fields and select-elements. When the user activates it a selection of choices is shown, but the user can also write their own text in the field.

Unfortunately, the select functionality here does not work with screen readers. The screen reader will only read what’s written in the field, but won’t read the options in the select-options. When the user presses down arrow the focus marker moves down into the options, but they’re not read by the screen reader, instead, it just says what the user has written in the field or “Empty” if the field is empty, likely the screen reader focus does not move down with the keyboard focus.

If a hybrid field should be used here it must be done in an accessible way and work well for both keyboard navigation and screen reader users.

In the screenshot below the marked field is a hybrid field, we wrote “Gör” in it.

15

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the hybrid input/select implementation described in the issue and reproduce it with a screen reader and keyboard navigation. Done means the available options are announced when focus moves through them, while users can still type custom text and navigate the field with the keyboard.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
accessibility, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.