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

[Slider] mouse dragging is broken on touch-capable devices #412

Closed
motiz88 opened this issue Mar 10, 2015 · 3 comments
Closed

[Slider] mouse dragging is broken on touch-capable devices #412

motiz88 opened this issue Mar 10, 2015 · 3 comments
Labels
component: slider This is the name of the generic UI component, not the React module!

Comments

@motiz88
Copy link

motiz88 commented Mar 10, 2015

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).

motiz88 added a commit to motiz88/material-ui that referenced this issue Mar 11, 2015
@hai-cea
Copy link
Member

hai-cea commented Jun 18, 2015

@motiz88 Are we still waiting for react-draggable2 to get released?

@hai-cea 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
@igorbt
Copy link
Contributor

igorbt commented Oct 7, 2015

@motiz88, I think we don't need react-draggable dependency at all. Have a look at my PR #1825.

@igorbt
Copy link
Contributor

igorbt commented Oct 15, 2015

@motiz88 bug was fixed in PR #1825 and merged, please retest and close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: slider This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

5 participants