-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Virtualized Autocomplete scrolling still doesn't work on Internet Explorer 11 (IE) #27235
Comments
Material-UI only partially supports IE 11 and doesn't intend to improve that. See Supported Platforms.
|
As @michal-perlakowski mentioned, the opportunity cost is too high for us to work on IE 11. |
Plus, this issue was fixed in v5, it's a duplicate of #22705. |
@eps1lon The documentation in IE 11 is broken, it fails here: I would propose we don't fix it, so we don't get distracted by issues like this one. Hopefully, people will try the docs in IE 11, see that nothing works, and use a different library, or give up on IE 11. |
Oh right, forgot to propose the change. Need to fix this anyway. |
I reference on closed issue Bug: Virtualized Autocomplete scrolling issue on Internet Explorer 11 (IE) #22705. It's still doesn't work
Current Behavior 😯
Open https://material-ui.com/components/autocomplete/#virtualization in Internet Explorer 11 and open the dropdown. Then click the scrollbar and the dropdown will disappear.
Expected Behavior 🤔
Steps to Reproduce 🕹
Steps:
Start Internet Explorer 11.
Open https://material-ui.com/components/autocomplete/#virtualization
Click the autocomplete to open the dropdown.
Click on the scrollbar.
The dropdown disappears.
Context 🔦
It's broken in IE 11 only. It works fine in Chrome, for example.
Your Environment 🌎
Internet Explorer 11
The text was updated successfully, but these errors were encountered: