zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
892 stars 231 forks source link

Update offset calculation to support IE>=9 #167

Closed Ksenich closed 4 years ago

Ksenich commented 4 years ago

Use window.pageXOffset instead of window.scrollX, as described in the "Notes" section of https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollX

stonebk commented 4 years ago

Hi @Ksenich, thanks for the PR!

Can you update your commit message to follow conventional commit guidelines?

fix: update offset calculation to support IE >=9
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stonebk commented 4 years ago

Sorry, didn't see the update!

stonebk commented 4 years ago

react-slider@1.0.4