-
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
time picker incorrectly positioned when rapidly opened or in React/Vue inline ion-popover
#24415
Comments
Thanks for reporting this issue! I've been able to reproduce the behavior here: https://github.com/sean-perkins/datetime-gh-24415. On an initial look, I believe it's a side effect of nested popover usages. We use popover internally for the time picker and popovers are position fixed by default. We'll track this issue as a bug. |
Edit: This issue is reproducible from Core by rapidly clicking the time picker inside the datetime. Regardless of the |
ion-datetime
time picker incorrectly position when rapidly opened or in React/Vue inline ion-popover
ion-datetime
time picker incorrectly position when rapidly opened or in React/Vue inline ion-popoverion-datetime
time picker incorrectly positioned when rapidly opened or in React/Vue inline ion-popover
time picker position problem with web browser
|
#24535 |
Resolves #24531, #24415, #24585 Co-authored-by: mixalbl4 <[email protected]>
Resolves #24531, #24415 Co-authored-by: mixalbl4 <[email protected]>
…get (#24616) Resolves #24531, #24415 Co-authored-by: mixalbl4 <[email protected]>>
Hi everyone, This issue was was fixed in Ionic 6.0.4 but we missed closing out the issue. Please update your apps to the latest version of Ionic to receive this fix. 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
Hello,
First of all, I want to thank you for this great framework.
I just started an ionic project with the version 6.x (with Vue.js) and I am having a little issue with the time popover when I use the ion-datetime in a popover:
This is my code:
Expected Behavior
This should be the expected position:
Steps to Reproduce
I am doing something wrong or is this a bug?
Thanks a lot in advance for your help.
Code Reproduction URL
Ionic Info
My package.json:
Additional Information
No response
The text was updated successfully, but these errors were encountered: