-
Notifications
You must be signed in to change notification settings - Fork 48.6k
Fix event target for input change events. Fixes #4288 #4311
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
Conversation
Will |
@chicoxyzzy Not sure, I'd really like to get the reconciler fix too before beta 2, but we'll see. @zpao CR? This should be ready to go. |
Ping @zpao |
Threading that argument through is pretty annoying :(. Any other cases you missed? |
Note for blame hunters (eg me): this is a regression due to #4150. |
Hopefully not missing any others. I did a skim of the uses of nativeEvent, all of them looked reasonable (already have nativeEventTarget or don't need it in that situation). |
Fix event target for input change events. Fixes #4288
@zpao do you have plans for |
Ship it at some point Edit: sorry, didn't read who asked that (thought it was a teammate who I could be a smart-ass to 😜). I was thinking we'd push out a beta2 sometime soon, maybe this week or next - want to get a few more things in order first. |
+1 on beta2 This bug seems common enough to block most apps immediately after installing to 0.14.0-beta1 |
@vslinko @richardaday It's not an officially supported/stable solution, but https://www.npmjs.com/package/react-dom-future stays up-to-date and has these fixes merged. It's what I use for my own testing and stuff. Obviously don't use this in production, but it'll let you play with the latest and greatest features and then you can let us know when we broke things in trunk :). |
@jimfb thank you! |
@jimfb 🤘 |
@jimfb We already have http://react.zpao.com/builds/master/latest/ which has the latest browser builds as well as the npm packages (.tgz). So you can run
or list that URL as the version spec in package.json. These are updated automatically by Travis. |
Ok, great, that works too! |
temp fix until beta2, see facebook/react#4311
Was this in beta2/3? I'm still seeing the same issue. |
Should have been… |
Compiling with React(+DOM) 0.14.0-beta3 and |
Well, the change definitely made it out. But perhaps it wasn't a complete fix. |
Fix event target for input change events. Fixes #4288