-
-
Notifications
You must be signed in to change notification settings - Fork 497
maxRange option not applied with pushRange #453
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
Labels
Comments
Well spotted, this is a bug... |
It looks like it's missing some |
Actually, I think that |
GuilloOme
added a commit
to GuilloOme/angularjs-slider
that referenced
this issue
Nov 8, 2016
…e difference is greater than th Apply the pushRange when the difference is greater than the maxRange set Close issue angular-slider#453
GuilloOme
added a commit
to GuilloOme/angularjs-slider
that referenced
this issue
Nov 8, 2016
Apply the pushRange when the difference is greater than the maxRange set Close issue angular-slider#453
ValentinH
pushed a commit
that referenced
this issue
Nov 8, 2016
Apply the pushRange when the difference is greater than the maxRange set Close issue #453
Fixed in 5.8.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Demo: http://jsfiddle.net/sh49nvLs/
Steps to reproduce
move the right slider to the right: in one case, it's "blocked" in the other case, nothing append.
Expected behaviour
We would expect the other handle to follow the first one.
The text was updated successfully, but these errors were encountered: