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(tab-group): focus change event not firing for keyboard navigation #12192

Merged

Conversation

devversion
Copy link
Member

Currently the focusChange event only fires if the user clicks on a tab label. But if users navigate to the tabs using their keyboard and walk through the tab labels, the focusChange event is not firing properly.

This also fixes that the scroll container, if pagination is active, does not update the scroll position smoothly.

Fixes #12185

Currently the `focusChange` event only fires if the user *clicks* on a tab label. But if users navigate to the tabs using their keyboard and walk through the tab labels, the `focusChange` event is not firing properly.

This also fixes that the scroll container, if pagination is active, does not update the scroll position smoothly.

Fixes angular#12185
@devversion devversion added the target: patch This PR is targeted for the next patch release label Jul 13, 2018
@devversion devversion requested a review from andrewseguin as a code owner July 13, 2018 10:49
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jul 13, 2018
Copy link
Member

@crisbeto crisbeto left a comment

Choose a reason for hiding this comment

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

LGTM

// If there is a change in the focus key manager we need to emit the `indexFocused`
// event in order to provide a public event that notifies about focus changes. Also we realign
// the tabs container by scrolling the new focused tab into the visible section.
this._keyManager.change.pipe(takeUntil(this._destroyed)).subscribe(newFocusIndex => {
Copy link
Member

Choose a reason for hiding this comment

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

This will also fire for programmatic changes, but based on the old code, it seems like that's what we're expecting.

@crisbeto crisbeto added pr: lgtm action: merge The PR is ready for merge by the caretaker labels Jul 13, 2018
@ngbot

This comment has been minimized.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mat-tab: focuschange is not working with keyboard
4 participants