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

Tab select triggered when tabbing in child form #1129

Closed
bmayen opened this issue Oct 14, 2016 · 1 comment · Fixed by #2361
Closed

Tab select triggered when tabbing in child form #1129

bmayen opened this issue Oct 14, 2016 · 1 comment · Fixed by #2361

Comments

@bmayen
Copy link

bmayen commented Oct 14, 2016

I have a tab which contains a modal which contains a form. If I open its child modal and attempt to tab through the form, the tab select event fires.

This is particularly problematic in my case because I refresh the tab's data when it is selected; which causes the child form to close.

@bmayen
Copy link
Author

bmayen commented Oct 14, 2016

Workaround: $event.heading is undefined when select is fired this way. When selected directly, heading is defined as expected. So I'm able to ignore the event in the case that heading is undefined.

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

Successfully merging a pull request may close this issue.

2 participants