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

SelectField, Slider only react to touch events #2856

Closed
alendit opened this issue Jan 9, 2016 · 2 comments
Closed

SelectField, Slider only react to touch events #2856

alendit opened this issue Jan 9, 2016 · 2 comments
Labels
component: select This is the name of the generic UI component, not the React module! component: slider This is the name of the generic UI component, not the React module!

Comments

@alendit
Copy link

alendit commented Jan 9, 2016

Hi,

i'm using material-ui 0.14.2 with react 0.14.6. I also inject tap event with the react-tap-event-plugin.

Both SelectField and Slider only work when I simulate touch event, but not with mouse events (tested on Chrome 47 and Firefox 43.

Is there any way to enable mouse events, too?

@alendit
Copy link
Author

alendit commented Jan 10, 2016

Found the problem, it's a strange interaction of event bubbling and react-tap-event-plugin, see zilverline/react-tap-event-plugin#54

@alendit alendit closed this as completed Jan 11, 2016
@pencilcheck
Copy link

How do you fix it? What is the solution? I tried onMouseOver on Paper still doesn't work.

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

No branches or pull requests

3 participants