-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: bug: Ionic view long title gets cutted when navigating back with ion-tabs #4477
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
Comments
This bug seems to relate to how caching is done. The container that holds the title becomes "smaller" when its in its cached background state, and that value is not updated when its resumed. I have found that adding modified codepen: http://codepen.io/AlexSwensen/pen/BoRXrx |
The problem is that I need cache in this page, so that wont't work for me... :( |
I encountered this bug as well. |
Hello! Are you still experiencing this issue? |
Thanks for opening this issue with us! As this issue is a duplicate of #4661 (comment) i will be closing this issue for now. But please feel free to move the conversation over to that issue. Thanks! |
Type: bug
Platform: all
Hi I found a problem with view titles, when they are bigger than the window width.
It's present in this codepen:
http://codepen.io/anon/pen/wKdrpw
You have to shrink the preview window frame like this image.
The text was updated successfully, but these errors were encountered: