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

[Slider] Fix for IE11 #11727

Merged
merged 2 commits into from Jun 5, 2018
Merged

[Slider] Fix for IE11 #11727

merged 2 commits into from Jun 5, 2018

Conversation

epodivilov
Copy link
Contributor

@epodivilov epodivilov commented Jun 5, 2018

Replaced window.scrollX to window.pageXOffset and window.scrollY to window.pageYOffset for better compatibility.

Closes #11664

@oliviertassinari oliviertassinari added component: slider This is the name of the generic UI component, not the React module! package: lab Specific to @mui/lab labels Jun 5, 2018
@oliviertassinari oliviertassinari changed the title [Lab] Slider component is not working in IE11 [Slider] Fix for IE11 Jun 5, 2018
@mbrookes mbrookes merged commit ef7abe8 into mui:master Jun 5, 2018
@mbrookes
Copy link
Member

mbrookes commented Jun 5, 2018

@epodivilov Thanks for taking the time to fix this! 👍

acroyear pushed a commit to acroyear/material-ui that referenced this pull request Jul 14, 2018
@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work and removed package: lab Specific to @mui/lab labels Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: slider This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants