-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
B-form-spinbutton (and components using it) have double detection of click #4838
B-form-spinbutton (and components using it) have double detection of click #4838
Comments
This could be because we are listening for both touchstart and mousedown events. Maybe we will need to add in detection of touchstart events and switch from mousedown if available, or only use mousedown events |
I'll create a PR shortly that we can test out on on mobile. Just finishing up a call with work. |
Thanks for your quick reply. Holding one of the buttons for longer time makes it spin continuously in single increments (as intended). |
I might need to move the check for the "mouse already down" a bit higher |
OK I found the issue... should hopefully have a solution later today |
Yepp, works on my smartphone! Good job |
Hello |
Hopefully tonight |
BootstrapVue 2.6.0 has been released |
Describe the bug
Steps to reproduce the bug
Expected behavior
In/decrement by one
Versions
Libraries:
Netlify version of PR 4783
Environment:
Demo link
https://deploy-preview-4783--bootstrap-vue.netlify.com/docs/components/form-spinbutton
Or time picker component
The text was updated successfully, but these errors were encountered: