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

[Sliders] Can't click to jump to a specific value nor enter that value manually #2000

Closed
Patiga opened this issue Jan 26, 2019 · 3 comments
Closed

Comments

@Patiga
Copy link
Contributor

Patiga commented Jan 26, 2019

It would be great to just click somewhere on the slider to change a value or manually enter a value.
It feels sloppy the way it is right now.

@Patiga
Copy link
Contributor Author

Patiga commented Jan 26, 2019

🎉 happy 2000th issue 🎉

@Robyt3
Copy link
Contributor

Robyt3 commented Jan 17, 2020

How should clicking on a slider behave? In Windows GUI, if you click on a slider, the handle is moved in that direction, about the size of the handle itself. Holding down on the slider moves the handle until it's below the mouse. Or should it instantly snap to the clicked position? I'd prefer the former.

I guess we could adjust the ScrollbarOption to have a small textbox, but I'm not sure we need that, given that we for instance replaced some textboxes with sliders to begin with because editing numbers in a box was inconvenient. If you need a very specific value you could still use the console.

@Dune-jr
Copy link
Member

Dune-jr commented Jan 17, 2020

How should clicking on a slider behave? In Windows GUI, if you click on a slider, the handle is moved in that direction, about the size of the handle itself. Holding down on the slider moves the handle until it's below the mouse. Or should it instantly snap to the clicked position? I'd prefer the former.

So do I

I guess we could adjust the ScrollbarOption to have a small textbox, but I'm not sure we need that, given that we for instance replaced some textboxes with sliders to begin with because editing numbers in a box was inconvenient. If you need a very specific value you could still use the console.

Yeah, agree

@oy oy closed this as completed in c4f5740 Jan 18, 2020
oy added a commit that referenced this issue Jan 18, 2020
Move sliders in direction of mouse when clicking/holding on rail (closes #2000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants