-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Pushable feature inaccuracy #199
Comments
It will be better if you can provide steps which can re-produce it every time. |
I think the reason is sometimes, the handle value will sudden skip to 1000 from 740. So, I think reset the handle value to limit is better, rather than originalValue. |
@Robin-front Sounds reasonable,could you give a reproducible demo? or add some test case in your PR? Thanks. |
@paranoidjk okay, I will try. :) |
Fixed in 8.6.1 |
There's an inaccuracy issue with pushable feature, when dragged through the "edge" of range.
After reaching the end, the final value is calculated incorrectly in some cases - it stops the handler too early.
In this case, pushable's range is set to 250.
The text was updated successfully, but these errors were encountered: