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

fix(tabs): allow for tabs to be selected using the space key #6426

Merged
merged 1 commit into from
Aug 15, 2017

Commits on Aug 14, 2017

  1. fix(tabs): allow for tabs to be selected using the space key

    * Allows for the user to select a tab using the space key, in addition to enter. This seems to be consistent with the M1 implementation of tabs.
    * Prevents the default action for space and enter in order to prevent the page from scrolling by accident.
    
    Fixes angular#6406.
    crisbeto committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    1d399d2 View commit details
    Browse the repository at this point in the history