-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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-datetime scrolls infinitely with dir=rtl #24472
Comments
Thanks for the issue! This issue has been labeled as In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly. Thank you! |
Thanks for reporting this! See the same from our basic examples. Intersection observers and CSS scroll snap are a little finicky. |
This has been fixed in #24475 and will be available in the next release of Ionic after the New Year. Please let me know if you would like a dev build to test with in the interim. Thanks! |
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. |
Prerequisites
Ionic Framework Version
Current Behavior
The calendar spins months backwards infinitely.
Expected Behavior
The calendar should stay still.
Steps to Reproduce
Add
dir="rtl"
toindex.html
Code Reproduction URL
dima-gusyatiner/datetime-migration-samples@99e44f3
Ionic Info
Ionic:
Ionic CLI : 6.16.3 (/usr/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.0.0-rc.3
@angular-devkit/build-angular : 12.1.4
@angular-devkit/schematics : 12.1.4
@angular/cli : 12.1.4
@ionic/angular-toolkit : 4.0.0
System:
NodeJS : v16.13.1 (/usr/bin/node)
npm : 8.3.0
OS : Linux 5.13
Additional Information
Issue still persists on latest
angular
&ionic
versions.The text was updated successfully, but these errors were encountered: