Skip to content

startWatchingForChangeEventIE8 getting called in Google Chrome #5920

@cdonohue

Description

@cdonohue

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

No one assigned

    Labels

    Status: UnconfirmedA potential issue that we haven't yet confirmed as a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions