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

sale_order_product_picker: quick-clicking on +1 button fails #2842

Open
yajo opened this issue Dec 11, 2023 · 0 comments
Open

sale_order_product_picker: quick-clicking on +1 button fails #2842

yajo opened this issue Dec 11, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@yajo
Copy link
Member

yajo commented Dec 11, 2023

For example, if you want to add 3 units and click the button 3 times quickly, chances are that only 1 or 2 of those clicks are actually handled.

I think it would make sense to throttle and defer the calls, and only when the user has stopped clicking for about 500ms, then upload the changes. Does that make sense?

Otherwise, at least it would help if the button appears as disabled while you can't use it. That visual feedback isn't the best, but at least gives a hint that you have to wait to click more.

Originally posted by @yajo in #2796 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants