Skip to content
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

Button disappear when title text too large #5657

Closed
juliocbcotta opened this issue Feb 29, 2016 · 1 comment
Closed

Button disappear when title text too large #5657

juliocbcotta opened this issue Feb 29, 2016 · 1 comment
Assignees
Milestone

Comments

@juliocbcotta
Copy link

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:

  1. 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

@brandyscarney
Copy link
Member

Thanks for the issue! This will be fixed in the beta.2 release. 😄

screen shot 2016-03-01 at 12 59 38 pm

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants