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

Fixed issue where controlled Range sliders with allowCross=false and … #379

Closed
wants to merge 2 commits into from

Conversation

Oddsor
Copy link

@Oddsor Oddsor commented Dec 15, 2017

…more than two handles would change values of handles that aren't currently being dragged

This fully(?) solves issue #226

…more than two handles would change values of handles that aren't currentøy being dragged
@Oddsor
Copy link
Author

Oddsor commented Dec 15, 2017

Added a test case that describes the original issue I encountered with issue #226, along with a proposed fix.

This is basically my first open source contribution, so any feedback would be appreciated!

Edit: Apparently I did something weird when creating the first commit so that the git pre-hook didn't run :|

@coveralls
Copy link

Coverage Status

Coverage increased (+1.8%) to 74.708% when pulling 325ed5f on Oddsor:bugfix/226 into db32618 on react-component:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.8%) to 74.708% when pulling 8f81f4d on Oddsor:bugfix/226 into db32618 on react-component:master.

@Robin-front
Copy link
Contributor

Robin-front commented Dec 16, 2017

similar to #304 , the cause is wrong handle, didn't pass index when map

@Robin-front Robin-front mentioned this pull request Dec 16, 2017
@Oddsor
Copy link
Author

Oddsor commented Dec 16, 2017

@Robin-front: very similar indeed! It looks like your pull request is missing a test case for this particular issue however. Maybe I could limit the pull request to this.

@yesmeck
Copy link
Member

yesmeck commented Feb 27, 2018

#304 has been merged, try 8.6.1

@yesmeck yesmeck closed this Feb 27, 2018
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

Successfully merging this pull request may close these issues.

4 participants