-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] mouse dragging is broken on touch-capable devices #412
Labels
component: slider
This is the name of the generic UI component, not the React module!
Comments
motiz88
added a commit
to motiz88/material-ui
that referenced
this issue
Mar 11, 2015
This is a workaround for mui#412.
@motiz88 Are we still waiting for react-draggable2 to get released? |
hai-cea
changed the title
Slider mouse dragging is broken on touch-capable devices
[Slider] mouse dragging is broken on touch-capable devices
Jun 18, 2015
oliviertassinari
added
the
component: slider
This is the name of the generic UI component, not the React module!
label
Aug 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my touch-enabled laptop running the latest Chrome,
Slider
responds only to touch dragging and appears to ignore the mouse.This is due to mikepb/react-draggable#5 and is fixed by mikepb/react-draggable#6, so assuming that PR is accepted, the fix here should be trivial (just update
react-draggable2
).The text was updated successfully, but these errors were encountered: