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

onInput is not firing on contentEditable div in IE11 #7280

Closed
tomericco opened this issue Jul 14, 2016 · 4 comments
Closed

onInput is not firing on contentEditable div in IE11 #7280

tomericco opened this issue Jul 14, 2016 · 4 comments

Comments

@tomericco
Copy link

tomericco commented Jul 14, 2016

When using onInput event on contentEditable div, the event is not being fired on IE11. It does work on Chrome 51.0.2704.103 (64-bit) and Microsoft Edge. It also reproduces on React 0.14.*, so it doesn't seem to be a regression.

See it being reproduced here: https://jsfiddle.net/dbmu8yps/

Maybe related to #4051 , @jquense?

@gaearon
Copy link
Collaborator

gaearon commented Oct 4, 2017

Does vanilla DOM event work?

@gaearon gaearon changed the title [15.2] onInput is not firing on contentEditable div in IE11 [BUG] onInput is not firing on contentEditable div in IE11 [BUG] Oct 4, 2017
@gaearon gaearon changed the title onInput is not firing on contentEditable div in IE11 [BUG] onInput is not firing on contentEditable div in IE11 Oct 4, 2017
@tomericco
Copy link
Author

Sure. But I just executed the same snippet above with React 15.2.0, and it works.
Closing the issue.

@misterblblbl
Copy link

Still able to reproduce the issue in IE11 with React 15.2.0 and React 15.6.1:
https://jsfiddle.net/dbmu8yps/6/

@gaearon
Copy link
Collaborator

gaearon commented Aug 30, 2018

@misterblblbl Please file a new issue if the problem is still relevant, we're not tracking closed issues. Thanks.

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

3 participants