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

.simulate('mouseenter') doesn't work, but .simulate('mouseEnter') does #29

Closed
lelandrichardson opened this issue Nov 18, 2015 · 3 comments · Fixed by #77
Closed

.simulate('mouseenter') doesn't work, but .simulate('mouseEnter') does #29

lelandrichardson opened this issue Nov 18, 2015 · 3 comments · Fixed by #77

Comments

@lelandrichardson
Copy link
Collaborator

It might make sense to support both?

@lelandrichardson
Copy link
Collaborator Author

cc @majapw

@ljharb
Copy link
Member

ljharb commented Nov 18, 2015

since the native JS event name is mouseenter, that seems way more important to support than the special React flavor mouseEnter. Both is ideal though.

@lelandrichardson
Copy link
Collaborator Author

@ljharb agreed. The code I have in there right now is kind of dumb and just uppercases the first character... so mouseenter doesn't work right but click does. This should get updated before we open source maybe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants