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

fix for Issue# 7192 - Slider is broken in IE 11 because it uses parseFloat #7219

Merged
merged 7 commits into from
Nov 27, 2018

Conversation

aftab-hassan
Copy link
Contributor

@aftab-hassan aftab-hassan commented Nov 26, 2018

Pull request checklist

Description of changes

Slider component: Number.parseFloat() method is not supported in IE11. The fix was to use parseFloat() method instead.

Focus areas to test

Go to the demo page and click the Slider tab. Sliding the slider now works on IE11 after the fix

Microsoft Reviewers: Open in CodeFlow

Copy link
Member

@KevinTCoughlin KevinTCoughlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aftab-hassan can you adjust the vertical example to have an upper bound of 5 not 3 also? This will likely require another snapshot regen.

IE Screenshot

image

Otherwise, LGTM 👍 -- nice fix!

@KevinTCoughlin KevinTCoughlin merged commit 8c4ebc5 into microsoft:master Nov 27, 2018
@msft-github-bot
Copy link
Contributor

🎉office-ui-fabric-react@v6.108.0 has been released which incorporates this pull request.:tada:

Handy Links:

@aftab-hassan aftab-hassan deleted the ie-slider branch June 15, 2019 02:16
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slider is broken in IE 11 because it uses parseFloat
4 participants