-
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
Title is truncated in navbar #945
Comments
Hi @RaoKarthik, thanks for the issue report. Would you be able to create a reproduce scenario for the back button bug, and the title truncation bug? I'm not able to reproduce either. Here's a good starting point: http://codepen.io/ionic/pen/vBeqF |
Hi @ajoslin, the issue occurs when rendered in ios, works fine in android |
Hi @ajoslin to reproduce the scenario of the title truncation bug you can directly build the app using sidemenu and run it in iphone. |
OK @RaoKarthik, will look at this later today or tomorrow. Thanks. |
@ajoslin Look at my comment here: It shows the problem based on a basic CLI project. |
@ajoslin, is there any status update on this? |
I'll work on this now, forgot about it! |
OK, I pushed a fix - it fixes the problem in my local tests. Would you guys be able test it out with the nightly build? |
Didn't work for me. My steps :
|
Thanks for all the work to reproduce Justin!! I just did the same and didn't experience the problem! Maybe the cdn only just updated itself. Could you try again (again)? Hint: just replace the |
That did the trick. I must have just gotten an old version. The title no longer truncates. |
Awesome! |
@ajoslin "They're back!". In the nightlies, the truncated title is coming back on Chrome and iOS. This is the "side menu" starter from "Getting Started" modified to use the nightlies. NOTE : The title only truncates on the first load. After navigation, the title no longer truncates. |
Hey @calendee, Not getting this in Chrome or iOS sim for the sideMenu starter. |
Seems someone else is reporting the same thing from the forum, they haven't gotten back to me about which version of ionic they are using. |
I just updated the forum post with this comment: I can confirm this occurs in the nightly. Using Chrome emulate iPhone 5, as well as an actual iPhone 5s device. Its generates this H1. h1 class="title ng-binding" ng-bind-html="title" style="left: 116px; right: 116px;">Awesome Page |
when will this get put into the stable build release? |
Seems it's in the nightlies now. I think we can keep this closed |
Stable release is coming soon. |
v1.0.0-beta.13, this happens only with level screens, when "Back" button has a bigger name, like "Previous", and the title has a bigger name too. |
Is there any available solution for this issue ? |
This commit by @krulik stopped text from getting cut off for me. |
+1 |
Found a WorkAround #4661 (comment) |
Should be fixed in the new build I think - issue was closed.
|
I am experiencing this same issue with Ionic Framework : ionic-angular 3.9.2 . Any way to fix this? |
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. |
The title is truncated in navigation bar when the view is rendered for the first time and back button goes missing occasionally.
The issue started after updating to beta
The text was updated successfully, but these errors were encountered: