-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
Investigate IE/Edge select rendering bug #13212
Comments
So I attempted to run your example, and I changed the setState of handleMouseUp to change the title to a constant as so:
and the select box expanded successfully in Edge 42.17134.1.0, but only after the first attempt. The problem here appears to be with Math.random() to an extent, but not sure why. |
The issue is still reproducing in IE 11. I attached a gif file. There couple comments in addition:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you! |
The same sample, https://codepen.io/nhunzaker/pen/qybxmz, Things work as expected using Chrome. Here is an example using hooks: https://codepen.io/frawa/pen/VwpPaVg |
Since IE is not supported anymore we should close this. |
This is a follow up from an issue related to change events on selects in IE/Edge (#4672). It looks like this is no longer an issue, but there's a visual regression on IE/Edge that might be avoidable.
Reproduction
https://codepen.io/nhunzaker/pen/qybxmz
Observation
From @jasonwilliams (#4672 (comment)):
We need to:
The text was updated successfully, but these errors were encountered: