-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Milestone
Description
Short description of the problem:
When title is too big in the navbar, the right button in the title disappear
What behavior are you expecting?
The title text should ellipsize at the end and keep any buttons in the screen.
Steps to reproduce:
- add the snippet below to a view and run.
<ion-navbar primary *navbar>
<ion-title>
A very large title with many many letters can be something hard to read, but somethings we don't have control of it.
</ion-title>
<ion-buttons end>
<button class="button button-clear" (click)="dismiss()">
<ion-icon name="close"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
Ionic Version: 2.x
Browser & Operating System:
tested on android
ionic info
Your system information:
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.1
Ionic CLI Version: 2.0.0-beta.17
Ionic App Lib Version: 2.0.0-beta.8
OS: Distributor ID: Ubuntu Description: Ubuntu 15.10
Node Version: v5.6.0
Metadata
Metadata
Assignees
Labels
No labels