-
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: picker column does not account for pressing when computing velocity #23034
Comments
Thanks for the issue. We are tracking all datetime/picker issues in #16630, so I will add your issue there. |
Thanks for the feedback. I would like to take one more question, I downloaded the official project and made a correction for this problem, how do I make a pull request with this correction? |
Check out our Contributing Guide: https://github.com/ionic-team/ionic-framework/blob/master/.github/CONTRIBUTING.md#creating-a-pull-request Let me know if you have any questions! |
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. |
Hi everyone, In the next major version of Ionic we will be introducing a new picker component where this issue is resolved: #28689 I am going to close this since the work required to resolve this issue has been merged. Please let me know if there are any questions. |
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. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
The component picker-column does not select the correct element, as it is not waiting for the user to hold the touch or click for a while after a slide.
Expected behavior:
Steps to reproduce:
1 - Access the official website: https://ionicframework.com/docs/api/picker
2 - Move the column quickly but keep the mouse pressed and see that when you release the mouse button it will not select the element that is showing why it is still calculating the initial drag speed, but that speed should no longer exist.
Gravacao.de.Tela.2021-03-11.as.12.18.13.mov
Other information:
I also tested it directly on the official Ionic framework project and the problem still persists. I made a temporary correction, but I would like to know if there is already an official solution to this issue.
The text was updated successfully, but these errors were encountered: