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

Clicking the bar itself should move the handle to the point where it was clicked. #15

Open
idanb11 opened this issue Jan 7, 2015 · 4 comments

Comments

@idanb11
Copy link

idanb11 commented Jan 7, 2015

Hi.

Currently you can only change the slider only by clicking the handle and sliding it.
It should be able also to change the slider by clicking the bar itself and the handle will move automatically to that position.
I'll be happy to help implementing it.

Idanb11

@systemride
Copy link

👍 Agree, this would be a great addition.

@that70schris
Copy link

The one issue you run into when doing this is in dealing with range sliders, which a dilemma over which handle to move when clicking the bar

@systemride
Copy link

I think a user would expect whatever handle is closest to where they are clicking. You could draw an imaginary line in the middle between the two handles and determine the ranges of each side, and then assign that range to a handle.

@ohmatt
Copy link

ohmatt commented Feb 13, 2015

Are there any plans to include this anytime soon? I could definitely use this on an application I am working on currently.

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

No branches or pull requests

4 participants