-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Strange interaction of filter in 0.11.0-rc2 #506
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
Comments
It's an interesting side effect of some internal mechanism to deal with filters that turns out to fix the out-of-bound issue for range inputs... |
Should this be re-opened? 0.11.0 behaviour seems great for range inputs though.. |
Hmm... reverting seems like a bad idea. |
Had to make |
Without the filter, you can move the slider past the computed limit.
Adding a bogus filter is enough to prevent the slider thumb from going past the limit.
Why does this happen?
http://jsfiddle.net/zancs8x3/1/
Edit: doesn't happen with 0.10.6: http://jsfiddle.net/1xrh4r0g/
The text was updated successfully, but these errors were encountered: