Skip to content
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

Use a custom event type for our event dispatching in ReactErrorUtils #5328

Merged
merged 1 commit into from
Oct 30, 2015

Conversation

zpao
Copy link
Member

@zpao zpao commented Oct 29, 2015

It turns out that IE doesn't like when native events types are used. There may
have been more involved at play but this fixes the issue.

Fixes #5324

@sophiebits
Copy link
Collaborator

Can we just prepend react- to the name? I think the idea was that the name might show up in some debuggers and be useful.

It turns out that IE doesn't like when native events types are used. There may
have been more involved at play but this fixes the issue.
@zpao zpao force-pushed the non-native-event-name-dispatch branch from 6f9ac03 to 29523d0 Compare October 29, 2015 22:39
@zpao zpao added this to the 0.14.2 milestone Oct 29, 2015
@facebook-github-bot
Copy link

@zpao updated the pull request.

zpao added a commit that referenced this pull request Oct 30, 2015
Use a custom event type for our event dispatching in ReactErrorUtils
@zpao zpao merged commit 12c214a into facebook:master Oct 30, 2015
zpao added a commit to zpao/react that referenced this pull request Nov 2, 2015
…atch

Use a custom event type for our event dispatching in ReactErrorUtils
(cherry picked from commit 12c214a)
@zpao zpao deleted the non-native-event-name-dispatch branch February 8, 2016 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.14.1 not fire click event on Internet Exproler and Windows 8 or 7
3 participants