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

DropDownMenu, TabBars, and Menus do not respond to click events #2388

Closed
austinmao opened this issue Dec 6, 2015 · 2 comments
Closed

DropDownMenu, TabBars, and Menus do not respond to click events #2388

austinmao opened this issue Dec 6, 2015 · 2 comments
Labels
bug 🐛 Something doesn't work external dependency Blocked by external dependency, we can’t do anything about it

Comments

@austinmao
Copy link

Multiple components within material-ui are not responding to click events when I add them to this popular boilerplate: https://github.com/erikras/react-redux-universal-hot-example

I am really not sure what is going on. Buttons work but the components mentioned above do not even show a ripple effect. Is there something obvious that I am missing? I am testing by copy and pasting the default examples.

Note: I have set global userAgent for server-side rendering via:

  // set global userAgent for inline-style-prefixing
  // @see https://github.com/callemall/material-ui/pull/2007
  const {headers} = req;
  global.navigator = {
    userAgent: headers['user-agent']
  };
@oliviertassinari
Copy link
Member

Did you have a look at http://www.material-ui.com/#/get-started/installation?

@austinmao
Copy link
Author

I'm sorry for wasting your time. I just found this. Argh, thanks for your help... for future seekers, I needed to require react-tap-event-plugin (see #1011)

@zannager zannager added bug 🐛 Something doesn't work external dependency Blocked by external dependency, we can’t do anything about it labels Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work external dependency Blocked by external dependency, we can’t do anything about it
Projects
None yet
Development

No branches or pull requests

3 participants