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

Tabs change() fired on input blur | Ionic 2 #5827

Closed
nrcrabbe opened this issue Mar 13, 2016 · 1 comment
Closed

Tabs change() fired on input blur | Ionic 2 #5827

nrcrabbe opened this issue Mar 13, 2016 · 1 comment
Assignees

Comments

@nrcrabbe
Copy link

Short description of the problem:

Change the value of, then blur an input on a page under a tab and it fires a Tabs change() event.

Ref: https://forum.ionicframework.com/t/tabs-change-fired-on-input-blur/45972

What behavior are you expecting?

Should not fire Tabs change()

Steps to reproduce:
See a Codepen here based on tabs starter.

ionic info:
Cordova CLI: 6.0.0
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Version: 2.0.0-beta.2 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.19
Ionic App Lib Version: 2.0.0-beta.9
OS: Distributor ID: LinuxMint Description: Linux Mint 17.3 Rosa
Node Version: v4.3.2 4.4.0

UPDATE: updated ionic to beta 3, issue remains

@Ionitron Ionitron added the v2 label Mar 13, 2016
@brandyscarney brandyscarney added this to the 2.0.0-beta.6 milestone Apr 2, 2016
@adamdbradley adamdbradley removed the bug label Apr 12, 2016
@adamdbradley adamdbradley self-assigned this Apr 19, 2016
@brandyscarney
Copy link
Member

So this is actually being caused by the input's change event bubbling up and the tab's change event catching it. After discussing this, we are going to rename all of the Ionic custom events to prepend ion to them. I created a new issue which will fix this issue, as well. I am going to close this issue to fix as part of #6568. Thank you for the issue!

@brandyscarney brandyscarney removed this from the 2.0.0-beta.7 milestone May 18, 2016
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants