facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
227.58k stars 46.42k forks source link

Umbrella: React DOM Bugs #11097

Open gaearon opened 6 years ago

gaearon commented 6 years ago

Since I was going through all open issues yesterday and today, I also compiled a list of things that seem broken in ReactDOM, grouped by areas.

I don’t think all of these issues are equally important but I’d like to start a discussion around how we can start attacking them—both in shorter and in longer term. For example any potential fixes to the onChange event logic would need to take https://github.com/facebook/react/issues/9657 into account (or even inform it).

I think it would be a good topic for our next chat, cc @jquense @aweary @nhunzaker. Maybe we could also broadcast it this time? 😃

Autofill

Composition Events

Issues

PRs

Mouse Enter / Leave

Input, Checkbox, and Select

landvibe commented 6 years ago

This PR fixed #7630

swyxio commented 6 years ago

would love to listen in on this chat and how you discuss things!

nhunzaker commented 6 years ago

https://github.com/facebook/react/pull/11534 fixes #7328 (IE 11 and Edge no longer prompt to remember password on controlled form)

moe091 commented 6 years ago

I'm working on #7769, will tackle others when done