-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Pressing a single tab button highlights the whole tab menu #1317
Comments
Hi @luiscruz! I see what you are saying ... @adamdbradley what do you think? Basically, there's a |
Any news regarding this @ajoslin @adamdbradley ? |
@ajoslin did this one fix this issue? 3c15b118ca74 |
Yes. |
It adds the activated class properly now, but the css for active tab items isn't right. Fixing. |
I've also checked 3c15b11 and it fixes the problem with the scroll. Thanks |
The whole tab seems to be activated even with 3c15b11 .. |
Be sure to use the nightly build. Also, 1b1c234 won't be built for about 30 more minutes (it takes some time to build & propagate). |
Sorry I meant to say 1b1c234 The problem still persists, thanks! |
Try the nightly builds, they're up now. You had to update the JS too. <link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"> |
Thanks, it is perfect! :) |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Hi,
I am bothering you again with the tabs. I believe the title clearly describes the issue, but if you need more details I am willing to give you.
I've reproduced it in the following code pen:
http://codepen.io/luiscruz/pen/Keqdm
Thanks, Luis
The text was updated successfully, but these errors were encountered: