-
Notifications
You must be signed in to change notification settings - Fork 50.4k
Closed
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug
Description
I'm getting errors in the console when attempting to render select and input components.
Uncaught TypeError: activeElement.attachEvent is not a function
and
Uncaught TypeError: activeElement.detachEvent is not a function
The errors get thrown from https://github.com/facebook/react/blob/master/src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js#L103-L107 and https://github.com/facebook/react/blob/master/src/renderers/dom/client/eventPlugins/ChangeEventPlugin.js#L109-L116
These methods should only run in legacy IE browsers, correct?
I am having this issue in Google Chrome 48.0.2564.82 (Mac).
Metadata
Metadata
Assignees
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug