Ticket #3736 (closed bug: fixed)
Slider: some handles get stuck when using two or more handles
| Reported by: | aksival | Owned by: | andrew_ |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8 |
| Component: | ui.slider | Version: | 1.6rc4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
To reproduce:
- Go here: http://ui.jquery.com/repository/tags/testing/demos/slider/range.html
- Drag the first handle to $0
- Drag the second handle to $0 and let go
- Now try dragging the handle
Bug occurs in IE, Mozilla, Opera, and Webkit browsers.
Attachments
Change History
comment:1 Changed 4 years ago by scott.gonzalez
- Priority changed from major to critical
- Milestone changed from TBD to 1.6
comment:4 Changed 4 years ago by paul
- Status changed from new to closed
- Resolution set to fixed
Fixed in r1836.
comment:5 Changed 4 years ago by scott.gonzalez
Fixed for ranges with a min value other than zero in r1953.
comment:6 Changed 4 years ago by vitch
Unfortunately this fix doesn't work where there are more than 2 handles (now that #4387 stops you dragging handles past each other and #4388 allows you to have a range with more than two handles). Possibly this should be opened as a new ticket since the fix was effective until I wrote the other two fixes?
Anyway, I have a solution which has sounder logic (I think!). We take the closest handle to be the highest one (as in the furthest right) rather than the lower one. This makes more sense to me anyway as I would expect the higher number to be top of the stack (until there is a fix for #3467).
Then if the closest handle is at the top value and the handle below that is also at the top value then we select the handle after. Rinse and repeat until we have the bottom handle of the stack (as it is either the last handle or because the handle below it is at a lower position on the slider). That's our active slider and the user can drag it downwards. No need to have any logic around range because when there is only one handle it will fall straight over the loop anyway...
See attached patch for more clarity.
comment:7 Changed 4 years ago by vitch
(didn't have permissions to re-open the ticket - will post to mailing list)
comment:8 Changed 4 years ago by vitch
Was told on the mailing list that it was incorrect to try and re-open this ticket because I noticed the problem after working on other tickets. However, the patch is still valid and the original fix doesn't fix the original problem.
See:
http://www.kelvinluck.com/assets/jquery/ui-slider/3736/buggy.html
Using latest ui.core and ui.slider from svn and the generated example page from the download app with one small change. range is set to false. Drag both sliders to the left. You now can't drag either slider...
Compare to the version with my patch:
http://www.kelvinluck.com/assets/jquery/ui-slider/3736/patched.html
comment:9 Changed 4 years ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 1.7 to 1.8
This still occurs with multiple handles and range: false.
comment:10 Changed 4 years ago by andrew_
- Owner set to andrew_
- Status changed from reopened to assigned
comment:11 Changed 4 years ago by rdworth
- Summary changed from Second handle gets stuck when using two handles to Slider: some handles get stuck when using two or more handles
comment:12 Changed 4 years ago by andrew_
The patch I have attached addresses the suspected issue: The original code assumes that there will only ever be two handles. When values.length > 2, the proposed patch ignores the 'otherVal' (value of the other of two handles) and proceeds with the value change/slide.
Changed 4 years ago by andrew_
-
attachment
3736.ui.slider.js.patch
added
Logic adjustment & patch file fix.
Changed 4 years ago by andrew_
-
attachment
3736.ui.slider.js.3.patch
added
Fix for values: [0,0] included.
comment:13 Changed 4 years ago by andrew_
- Status changed from assigned to closed
- Resolution set to fixed
Committed fix to trunk. r2484.
comment:17 follow-up: ↓ 18 Changed 4 years ago by gabriel
This issue was supposed to be fixed in 1.7.2 (latest release), but I'm still experiencing this issue, even after download and using the latest version.
This issue can also still be seen on the UI Slider demo page.
comment:18 in reply to: ↑ 17 ; follow-up: ↓ 19 Changed 4 years ago by gabriel
Replying to gabriel:
This issue was supposed to be fixed in 1.7.2 (latest release), but I'm still experiencing this issue, even after download and using the latest version.
This issue can also still be seen on the UI Slider demo page.
Just downloaded jQuery UI 1.8a1 and the issue seems to be resolved. Nevermind.
comment:19 in reply to: ↑ 18 Changed 4 years ago by gabriel
Replying to gabriel:
This issue was supposed to be fixed in 1.7.2 (latest release), but I'm still experiencing this issue, even after download and using the latest version.
This issue can also still be seen on the UI Slider demo page.
Just downloaded jQuery UI 1.8a1 and the issue seems to be resolved. Nevermind.
I stand corrected. I thought it was fixed, but it actually wasn't (see range demo). I've tried it on Firefox 3.5.2 & Safari 4.0.3 on OS X (Leopard).
comment:20 Changed 3 years ago by petersendidit
Submitting a patch to correctly handle the state where both handles are stacked on top of each other. Decides what handle to use based on which direction the mouse moves.
comment:21 Changed 3 years ago by petersendidit
Got error from trac when tried to upload the patch file. here it is http://dl.dropbox.com/u/144970/stackedHandles.diff
comment:22 Changed 3 years ago by scott.gonzalez
- Status changed from closed to reopened
- Resolution fixed deleted
comment:23 Changed 3 years ago by scott.gonzalez
See #6193 for suggested change.
comment:25 Changed 2 years ago by scott.gonzalez
#6797 is a duplicate of this ticket.
comment:27 Changed 2 years ago by ednark
I think I have some smarter selection logic for choosing which handle to move.
Commit https://github.com/ednark/jquery-ui/commit/7b80caa880038b9fedfc5d15b7d6209f904379f6
comment:28 Changed 2 years ago by rdworth
- Status changed from reopened to closed
- Resolution set to fixed
- Milestone changed from 1.9 to 1.8
Not able to reproduce with any of the following:
- http://view.jqueryui.com/1.8/demos/slider/range.html
- http://view.jqueryui.com/1.8/tests/visual/slider/slider_ticket_3736.html
- http://view.jqueryui.com/1.8.13/demos/slider/range.html
- http://view.jqueryui.com/1.8.13/tests/visual/slider/slider_ticket_3736.html
- http://view.jqueryui.com/master/demos/slider/range.html
- http://view.jqueryui.com/master/tests/visual/slider/slider_ticket_3736.html
comment:29 follow-up: ↓ 30 Changed 2 years ago by schup
I don't think that's fixed.
- go to http://view.jqueryui.com/1.8.13/demos/slider/range.html
- drag the right handler all the way to the left (so that it's on top of the left handler) using the mouse
- let go of the mouse button
- use the mouse to drag the handle to the right
Doesn't work in Firefox, Chrome .. and possibly others.
http://view.jqueryui.com/master/tests/visual/slider/slider_ticket_3736.html works - there is no restriction on the sliders so they can be moved freely -> you don't actually know which handler is used.
comment:30 in reply to: ↑ 29 Changed 2 years ago by rdworth
Replying to schup:
I don't think that's fixed.
- go to http://view.jqueryui.com/1.8.13/demos/slider/range.html
- drag the right handler all the way to the left (so that it's on top of the left handler) using the mouse
- let go of the mouse button
- use the mouse to drag the handle to the right
The issue you're describing is sufficiently captured in #3467 . This issue ( #3736 ) stands fixed as it is limited to both handles getting stuck when both are at the min because you click and it grabs the left handle and can't move it either to the left of the min or to the right of the right handle. See ticket description.
comment:31 Changed 16 months ago by rdworth
#8093 is a duplicate of this ticket.


This occurs at any value. When the handles overlap, you can only drag the first.