salesforce / salesforce/design-system-react
ColorPicker - the button label is not announced by screen reader
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 982
- Forks
- 440
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
We have an accessibility defect logged on ColorPicker where the button label is not announced by screen reader. Instead, the hex number for the selected color is been read. When assistive text is provided for "assistivetText" prop, it is not read neither.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ColorPicker component and reproducing its screen-reader behavior with a selected color and with assistivetText provided. Check which label is announced and verify that the button label or supplied assistive text is announced instead of the selected color's hex value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100