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

Change event bubbling doesn't work with controlled components in IE #708

Closed
sophiebits opened this issue Dec 24, 2013 · 0 comments · Fixed by #721
Closed

Change event bubbling doesn't work with controlled components in IE #708

sophiebits opened this issue Dec 24, 2013 · 0 comments · Fixed by #721

Comments

@sophiebits
Copy link
Collaborator

This fiddle doesn't work properly on IE9:

http://jsfiddle.net/spicyj/k8DhJ/

Reported on mailing list and IRC by @darthapo.

sophiebits added a commit to sophiebits/react that referenced this issue Dec 27, 2013
Fixes facebook#708.

Test Plan:
In IE9, tested a controlled text input with the event handler on a containing element, as in the fiddle linked in the original issue. Also tested a controlled radio button as the logic there differs within ReactDOMInput. In both cases, I was able to interact with the controls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant