-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Labels
Comments
Does vanilla DOM event work? |
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
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
Sure. But I just executed the same snippet above with React 15.2.0, and it works. |
Still able to reproduce the issue in IE11 with React 15.2.0 and React 15.6.1: |
@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
When using
onInput
event oncontentEditable
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?
The text was updated successfully, but these errors were encountered: