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

Allow navigation between blocks with arrow keys (tab order) #1778

Merged
merged 2 commits into from
Jul 7, 2017

Conversation

ellatrix
Copy link
Member

@ellatrix ellatrix commented Jul 7, 2017

Restoring prev commits on #1161.

Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thi works great for me 👍.

'*[tabindex]',
'textarea',
'input',
].join( ',' );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use this https://github.com/medialize/ally.js/blob/master/docs/api/query/tabbable.md to avoid missing special cases here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm not sure if we want to match all tabbables here, or only textarea-like ones?

@ellatrix ellatrix merged commit 416ae80 into master Jul 7, 2017
@ellatrix ellatrix deleted the add/arrow-nav-tab-order branch July 7, 2017 19:43
Tug pushed a commit that referenced this pull request Jan 16, 2020
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