p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
While testing keyboard accessibility in the Settings modal, tab navigation is not functioning correctly.
The focus gets trapped within toggle options (e.g., On/Off buttons).
Pressing Tab cycles between these buttons instead of moving forward.
It does not reach other tabs like:
Accessibility
Library Management
This creates an accessibility issue for keyboard-only users.
Expected Behavior
Tab should follow a logical focus order:
Move across sections
Reach top navigation tabs (Accessibility, Library Management)
Not get trapped inside toggle components
Steps to reproduce
Open the Settings modal
Start pressing Tab key to navigate
Observe focus behavior
// Paste your code here :)
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
While testing keyboard accessibility in the Settings modal, tab navigation is not functioning correctly.
The focus gets trapped within toggle options (e.g., On/Off buttons).
Pressing Tab cycles between these buttons instead of moving forward.
It does not reach other tabs like:
Accessibility
Library Management
This creates an accessibility issue for keyboard-only users.
Expected Behavior
Tab should follow a logical focus order:
Move across sections
Reach top navigation tabs (Accessibility, Library Management)
Not get trapped inside toggle components
Steps to reproduce
Open the Settings modal
Start pressing Tab key to navigate
Observe focus behavior
// Paste your code here :)