-
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
View with sub-header Ruins All Other Views #1095
Comments
Fixed in nightly :-) |
@ajoslin I got this from the forum and using the nightly, having a sub-header still messed with things. |
Looks like it is still broken ? |
I'm having this issue as well... |
Aha, I see! OK, fixing. |
Fixed, and tested on my end. Unfortunately, the travis server is down for the rest of the day due to an unrelated problem. It will be up in the nightly build by tonight. |
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. |
If a view has a sub-header, the content for all other views will be under the
ion-nab-bar
.Sample : http://codepen.io/calendee/pen/FxHiB
In that sample, the "home.html" template has :
<ion-header-bar class="bar bar-subheader item-input-inset">.....
The view renders properly. Next, open the menu and choose "Attendees". You can see the scroll area is up under the nav-bar.
Removing the sub-header on the "home" template fixes all layout issues. Adding sub-headers to all views fixes layout issue.
Forum : http://forum.ionicframework.com/t/content-going-below-subheader/2743
The text was updated successfully, but these errors were encountered: