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

Remove toolbar buttons from the navigation flow #369

Merged
merged 1 commit into from
Jun 15, 2017

Conversation

pmhoudry
Copy link

@pmhoudry pmhoudry commented Feb 15, 2017

You can't tab directly to the content area.

In this PR, every toolbar button gets a tabindex property with a value of -1. It removes the buttons
from the navigation flow, meaning a user cannot tab to it. It improves usability when
Trix is placed after a focusable field (i.e. the user can tab directly to the content
area). It also improves the accessibility of Trix.

Every toolbar button gets a tabindex property with a value of -1. It removes the buttons
from the navigation flow, meaning a user cannot tab to it. It improves usability when
Trix is placed after a focusable field (i.e. the user can tab directly to the content
area). It also improves the accessibility of Trix.
@pmhoudry pmhoudry changed the title Toolbar buttons are removed from the navigation flow Remove toolbar buttons from the navigation flow Feb 16, 2017
@javan javan merged commit d318635 into basecamp:master Jun 15, 2017
@javan
Copy link
Contributor

javan commented Jun 15, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants