Skip to content
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

Closed
1 task
DostoevskyMF opened this issue Jul 12, 2021 · 5 comments
Closed
1 task
Labels
component: autocomplete This is the name of the generic UI component, not the React module! duplicate This issue or pull request already exists

Comments

@DostoevskyMF
Copy link

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

Tech Version
Material-UI Core 4.12.1
Material-UI Lab 4.0.0-alpha.60
Browser Internet Explorer 11
@DostoevskyMF DostoevskyMF added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Jul 12, 2021
@michal-perlakowski
Copy link
Contributor

Material-UI only partially supports IE 11 and doesn't intend to improve that. See Supported Platforms.

Overall, the library doesn't prioritize the support of IE 11 if it harms the most common use cases. For instance, we will close new issues opened about IE 11 and might not merge pull requests that improve IE 11 support.

@eps1lon eps1lon added browser: IE11 bug 🐛 Something doesn't work component: autocomplete This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jul 13, 2021
@oliviertassinari
Copy link
Member

oliviertassinari commented Jul 16, 2021

As @michal-perlakowski mentioned, the opportunity cost is too high for us to work on IE 11.

@oliviertassinari
Copy link
Member

Plus, this issue was fixed in v5, it's a duplicate of #22705.

@oliviertassinari oliviertassinari added duplicate This issue or pull request already exists and removed bug 🐛 Something doesn't work labels Jul 16, 2021
@oliviertassinari
Copy link
Member

oliviertassinari commented Jul 16, 2021

@eps1lon The documentation in IE 11 is broken, it fails here:

https://github.com/mui-org/material-ui/blob/5a5348b7ee7726b3a542b496935363ee6df5845f/docs/packages/markdown/loader.js#L130


Capture d’écran 2021-07-16 à 11 51 11

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.

@eps1lon
Copy link
Member

eps1lon commented Jul 17, 2021

Oh right, forgot to propose the change. Need to fix this anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module! duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants