Skip to content

Fixed more universal issue than ticket 4467 #46

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

Closed

Conversation

skeetergraphics
Copy link
Contributor

Scott (Gonzalez),

Sorry, I figured out the right way to submit a fix now.

From the jqueryUI demo

http://jqueryui.com/demos/slider/#side-scroll

If you click the handle anywhere but the center, the handle will snap it's center to where your mouse is. And, starting from that point, when you drag, the slider will pop back to where you had initially grabbed the handle. That causes the slider and handle to jump a couple of times in quick succession.

My fix prevents sliding from occurring on mousedown when the mouse is over the handle but still allows for sliding on click in the handle's track and on drag.

…dle is grabbed and dragged from anywhere other than absolute center. Fixed #4467 - Poor UX, slider should act like a normal scrollbar. This is universal and not specific to IE and FF as ticket states.
@scottgonzalez
Copy link
Member

Thanks, landed in 0c3e56d.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants