React: onInput is not firing on contentEditable div in IE11

Created on 14 Jul 2016  路  4Comments  路  Source: facebook/react

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?

DOM Bug

Most helpful comment

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

All 4 comments

Does vanilla DOM event work?

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

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

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

Was this page helpful?
0 / 5 - 0 ratings