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

bug: ion-fab position vertical="center" is not correct on dir="rtl" #22739

Closed
timsar2 opened this issue Jan 7, 2021 · 4 comments
Closed

bug: ion-fab position vertical="center" is not correct on dir="rtl" #22739

timsar2 opened this issue Jan 7, 2021 · 4 comments
Labels
package: core @ionic/core package type: bug a confirmed bug report

Comments

@timsar2
Copy link

timsar2 commented Jan 7, 2021

Bug Report

Ionic version:
[x] 5.2.3

Current behavior:

ion-fab RTL not align in ios devices also for me in firefox but it is ok in android and chrome.
ion-fab RTL position end will put ion-fab to the right side instead of left side.
Expected behavior:

Steps to reproduce:

Related code:
ion-fab.fab-horizontal-end{ right: unset; left: calc(10px + var(--ion-safe-area-right, 0px)); }

insert short code snippets here

Other information:

Ionic info:

insert the output from ionic info here

Code reproduction: https://codepen.io/liamdebeasi/pen/porzjqm

@ionitron-bot ionitron-bot bot added the holiday triage issues that were created during holiday period label Jan 7, 2021
@ionitron-bot
Copy link

ionitron-bot bot commented Jan 7, 2021

Thanks for the issue! This issue has been labeled as holiday triage. With the winter holidays quickly approaching, much of the Ionic Team will soon be taking time off. During this time, issue triaging and PR review will be delayed until the team begins to return. After this period, we will work to ensure that all new issues are properly triaged and that new PRs are reviewed.

In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly.

Thank you!

@timsar2 timsar2 closed this as completed Jan 7, 2021
@timsar2
Copy link
Author

timsar2 commented Jan 22, 2021

Also if you set horizontal center it'll not align center because.
it's missing
ion-fab.fab-horizontal-center{ right: 50%; left: unset; }

@timsar2 timsar2 reopened this Jan 22, 2021
@liamdebeasi liamdebeasi added package: core @ionic/core package type: bug a confirmed bug report and removed holiday triage issues that were created during holiday period labels Oct 7, 2021
@liamdebeasi
Copy link
Contributor

Thanks for the issue. This has been resolved via #26986, and a fix will be available in Ionic Framework v7.

@ionitron-bot
Copy link

ionitron-bot bot commented Apr 22, 2023

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: core @ionic/core package type: bug a confirmed bug report
Projects
None yet
Development

No branches or pull requests

2 participants