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

Doesn't work well with IE11 #21

Open
ifthenelse opened this issue Jan 31, 2021 · 2 comments
Open

Doesn't work well with IE11 #21

ifthenelse opened this issue Jan 31, 2021 · 2 comments

Comments

@ifthenelse
Copy link

The behaviour of the plugin is not correct on Internet Explorer 11.

react-slick-magic-dots.mp4

Also, the DEMO page doesn't load at all with that browser.

@ifthenelse
Copy link
Author

Looks like to fix it, you just need to add explicit flex properties to .slick-dots li

.slick-dots li {
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

@patricktran
Copy link
Owner

Hi @ifthenelse

IE11 has been long deprecated by Microsoft and requires ES6 polyfills. Since then, Microsoft has replaced it with IE Edge Legacy and IE Edge (Chromium). Therefore, this package does not officially support IE11, but I will leave your IE Fix Open so that others can see your solution. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants