question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ion-footer with ion-toolbar and ion-buttons not styled correctly

See original GitHub issue

Ionic version: [X ] 3.x

I’m submitting a … [X ] bug report

Current behaviour: When I place a <button> inside a <ion-buttons> (inside a toolbar in a footer) it is not styled correctly.

See: https://forum.ionicframework.com/t/ion-footer-with-ion-toolbar-and-ion-buttons-not-styled-correctly/89932

Expected behaviour: A <button> inside a <ion-buttons> (inside a toolbar in a footer) should be styled as per a <button> (inside a toolbar in a footer but) not inside an <ion-buttons>.

Steps to reproduce: http://plnkr.co/edit/fyJdsXxKLcSM68l4dyAw?p=preview

Related code:

<ion-header>
  <ion-toolbar>
    <h1 class="post-title">Your Post Title</h1>
  </ion-toolbar>
</ion-header>

<ion-content class="page-editor">
Your post content...
</ion-content>

<ion-footer>
  <ion-toolbar color="secondary">

    <button ion-button color="save">
      SAVE DRAFT
    </button>

    <ion-buttons end>
      <button ion-button color="save">
        SAVE DRAFT
      </button>
    </ion-buttons>
    
  </ion-toolbar>
</ion-footer>

Other information: See: https://forum.ionicframework.com/t/ion-footer-with-ion-toolbar-and-ion-buttons-not-styled-correctly/89932

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):

Your system information:

Cordova CLI: 6.5.0 
Ionic Framework Version: 3.1.0
Ionic CLI Version: 2.2.3
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.3.6
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.4
Node Version: v6.10.3
Xcode version: Not installed

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
brandyscarneycommented, May 15, 2017

I can’t get the plunker to work for me, could you tell me what doesn’t work about it? Here’s how the attributes work:

start- Positions element to the left of the content in ios mode, and directly to the right in md and wp mode. end- Positions element to the right of the content in ios mode, and to the far right in md and wp mode. left- Positions element to the left of all other elements. right- Positions element to the right of all other elements.

These are documented here: http://ionicframework.com/docs/api/components/toolbar/Toolbar/#buttons-in-a-toolbar

If you are seeing start on the right side in md or wp mode this is the correct behavior.

0reactions
mhartingtoncommented, May 29, 2018

@franzisk as this is a closed issue, please open a new issue if there are any problems.

https://stackblitz.com/edit/ionic-unmdy9?file=pages/home/home.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ion-footer with ion-toolbar and ion-buttons not styled correctly
I believe that button is how it's supposed to be styled when it's in an header, or ion-buttons , element. Buttons aren't traditionally...
Read more >
Ion-footer with ion-toolbar and ion-buttons not styled correctly
Current behaviour: When I place a <button> inside a <ion-buttons> (inside a toolbar in a footer) it is not ...
Read more >
ionic add two button in ion-footer-bar - Stack Overflow
Use these code below ion-content and inside ion-pane. <div style="position: absolute; background-color: transparent; bottom: 0px; width: 100%"> <div class ...
Read more >
Building the Netflix UI with Ionic | Devdactic
In many cases, the Ionic default buttons won't work for your exact styling and by simply styling a custom div you get the...
Read more >
Ionic3组件文档 - ionic中文网
Contents; Default Style; Outline Style; Clear Style; Round Buttons; Block Buttons; Full Buttons; Button Sizes; Icon Buttons; Buttons In Components ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found