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] component is not working in IE11 #11664

Closed
sodik82 opened this issue Jun 1, 2018 · 2 comments
Closed

[Slider] component is not working in IE11 #11664

sodik82 opened this issue Jun 1, 2018 · 2 comments
Labels
bug 🐛 Something doesn't work component: slider This is the name of the generic UI component, not the React module!

Comments

@sodik82
Copy link

sodik82 commented Jun 1, 2018

Expected Behavior

Slider can change its value e.g. by clicking.

Current Behavior

Slider onChange callback value is NaN. As I was able to track down, percentage computation does not work.

Steps to Reproduce (for bugs)

  1. Open https://material-ui.com/lab/slider/ in IE11
  2. Try to click on slider to change.

Your Environment

Tech Version
Material-UI v1.1.0 + material-ui/lab@^1.0.0-alpha.3
React 16.4.0
browser IE 11.0.9600 , Win7
@mbrookes mbrookes added bug 🐛 Something doesn't work component: slider This is the name of the generic UI component, not the React module! labels Jun 1, 2018
@mbrookes
Copy link
Member

mbrookes commented Jun 1, 2018

@epodivilov Are you okay to take a look at this?

@oliviertassinari oliviertassinari added the package: lab Specific to @mui/lab label Jun 1, 2018
@epodivilov
Copy link
Contributor

Fixed in this PR

@oliviertassinari oliviertassinari removed the package: lab Specific to @mui/lab label Jan 9, 2021
@oliviertassinari oliviertassinari changed the title [Lab] Slider component is not working in IE11 [Slider] component is not working in IE11 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

No branches or pull requests

4 participants