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

Keyboard Accessibility When adding a dropdown field #3576

Closed
kmmartinez opened this issue Dec 19, 2018 · 2 comments
Closed

Keyboard Accessibility When adding a dropdown field #3576

kmmartinez opened this issue Dec 19, 2018 · 2 comments
Labels
accessibility 👤 features related to accessibility authoring ✍️ features related to author experience enhancement improvements to existing features

Comments

@kmmartinez
Copy link

Description

When adding rows to a dropdown field (Settings->Fields) the "Add an Option" button has to be clicked on by a mouse versus pressing enter on a keyboard.

Steps to reproduce

  1. Settings
  2. Fields
  3. New Fields
  4. Matrix, etc then choose dropdown, try adding options just through the Keyboard

Additional info

  • Craft version: 3.0.34 (Pro)
  • PHP version:7.2.9
  • Database driver & version: MySQL 5.6.10
  • Plugins & versions:
@brandonkelly brandonkelly added enhancement improvements to existing features authoring ✍️ features related to author experience accessibility 👤 features related to accessibility labels Dec 20, 2018
@brandonkelly
Copy link
Member

Added for the next release, for all editable tables including custom Table fields, not just Dropdown fields’ Options settings.

Couple notes:

  • If there is a subsequent row in the table, then that row’s matching cell will be focused, without creating a new row.
  • If it’s a multi-line cell, you will need to hold down Ctrl (Windows) or Command (Mac) while pressing Return.

@brandonkelly
Copy link
Member

Also worth mentioning, it’s technically also possible to tab your way over to the “Add a row” button, and then press spacebar, to create a new row without your mouse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility 👤 features related to accessibility authoring ✍️ features related to author experience enhancement improvements to existing features
Projects
None yet
Development

No branches or pull requests

2 participants