Skip to content

Change event does not fire in IE and Edge under certain circumstances #4672

Closed
@iclanzan

Description

@iclanzan

I have put together this simple example to demonstrate the issue.

The problem is happening on select elements. If there are any mouse event listeners attached that would trigger a render, the onChange handler never gets called.

It looks like unlike other browsers, IE and Edge trigger mouse events on the select element when clicking on the options, but that should not prevent the change event from triggering.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions