Ion-footer with ion-toolbar and ion-buttons not styled correctly
See original GitHub issueIonic 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.
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:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 inios
mode, and directly to the right inmd
andwp
mode.end
- Positions element to the right of the content inios
mode, and to the far right inmd
andwp
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 inmd
orwp
mode this is the correct behavior.@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