processing / processing/p5.js-website
Accessibility Dropdown > Radio buttons are not clickable
@clairep94 is already working on this.
Since Sep 7, 2026.
- Dominant language
- MDX
- Stars
- 96
- Forks
- 322
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 8
Description
Most appropriate sections of the p5.js website?
Other (specify if possible)
What is your operating system?
Mac OS
Web browser and version
No response
Actual Behavior
- Open accessibility options dropdown
- Click on any row, but on the text --> can toggle the option on/off
- Click on the same row, but on the radio icon --> has no effect
Expected Behavior
- Would expect that clicking on the radio icon would also toggle the option on/off
Steps to reproduce
Reproduction demo:
https://github.com/user-attachments/assets/6eb39a36-ff47-4729-a160-fb5742c8de72
I think the issue is within the Dropdown component here where the onClick handler is around a button that wraps only the text
Wondering if we should also update the variant types, since it says "radio", but in the comments it says in the "radio" variant, we can have multiple items selected --> so this should be "checkbox"
& maybe we swap the button pattern for an input type=checkbox?
Would you like to work on the issue?
Sure
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.