-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
Umbrella: React DOM Bugs #11097
Labels
Comments
would love to listen in on this chat and how you discuss things! |
I'm working on #7769, will tackle others when done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #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
onChange does not work well with IE11 at Japanese IME. in React 15.4.0 #8423 onChange does not work well with IE11 at Japanese IME. in React 15.4.0PRs
Try to generate a beforeInput event for buggy composition scenarios in IEMouse Enter / Leave
Input, Checkbox, and Select
Input onChange not triggered every time in IE11 if e.preventDefault() usedsetSelectionRange
after backspace does not work in IE10 #7489 input elementsetSelectionRange
after backspace does not work in IE10IE10 triggers onChange twice when replacing a text selectionThe text was updated successfully, but these errors were encountered: