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

Mouseenter events triggered at disabled form element. #7673

Closed
windyGex opened this issue Sep 7, 2016 · 1 comment
Closed

Mouseenter events triggered at disabled form element. #7673

windyGex opened this issue Sep 7, 2016 · 1 comment

Comments

@windyGex
Copy link

windyGex commented Sep 7, 2016

Do you want to request a feature or report a bug?

bug

What is the current behavior?

When mouse enter disabled form element, trigger mouseenter events, but it not trigger mouseleave when mouse leave from the element.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/reactjs/69z2wepo/).

http://jsbin.com/goxowolina/edit?html,js,output

First button rendered by react.

What is the expected behavior?

Don't trigger mouseenter events when form elements disabled.

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?

15.3.0. Yes.

@aweary
Copy link
Contributor

aweary commented Sep 7, 2016

Thanks for the report @windyGex, this is something we're aware of. See #4251. I'm going to close this as a duplicate, so feel free to track #4251 for updates on this issue.

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

No branches or pull requests

2 participants