-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Slider] nib and cursor begin to diverge when moved really quickly back and forth #242
Comments
@daniellewissc Is this problem still happening for you? I can't seem to reproduce this. |
it happens for me on http://material-ui.com/#/components/sliders. did you try holding onto the slider and moving the cursor side to side really quick? after i do that for about 3-5 seconds its always at least 2 cursor widths off of the little nub. |
heres a video of the bug happening to me http://gfycat.com/HoarseConcreteCuckoo |
Ah yeh - I can reproduce now. Thanks @daniellewissc |
@daniellewissc, my PR #1825 fixed for me the issue that you reported. Can you also check if it was fixed for you? |
@daniellewissc bug was fixed in PR #1825 and merged, please retest and close. |
it doesnt even have to move "that" fast to start to diverge. its annoying because the onChange handler reports relative to the visible nub, but when you let go it snaps back to the actual position of the mouse and reports a final onChange for that position which can be a decent distance. when you have the slider mapped to something visible it can be quite jarring and frustrating.
The text was updated successfully, but these errors were encountered: