Opened 15 years ago
Closed 14 years ago
#2331 closed bug (worksforme)
Slider range: dragging range causes weird behaviour
Reported by: | gregmac | Owned by: | rdworth |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This issue can be seen on the demo @ http://dev.jquery.com/view/trunk/ui/demos/ui.slider.html
Adjust both handles so they are each about 1/3 of the way in, and then try to drag the darker area in between the two handles. The expected behaviour is that both handles move, and you are confined to the slider - eg, you are adjusting both handles at once.
What happens though is the two sliders become draggable ghosts, there is no range shown between them, and they are not confined to the slider. When you let go, the ghosts disappear and nothing else happens.
This could possibly be considered an enhancement, but definitely the slider ghosts showing up is a bug.
Change History (7)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Owner: | changed from paul to braeker |
---|---|
Status: | assigned → new |
comment:3 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Can't reproduce in latest version.
comment:5 Changed 14 years ago by
Component: | ui.core → ui.slider |
---|---|
Milestone: | → 1.6 |
Priority: | major → critical |
Resolution: | worksforme |
Status: | closed → reopened |
Version: | 1.2.3 → 1.6rc4 |
comment:6 Changed 14 years ago by
Owner: | changed from eduardo to rdworth |
---|---|
Status: | reopened → assigned |
comment:7 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Not reproducable (range is still not draggable, but the odd behaviour doesn't occur anymore -instead, the closest handle moves to the clicked position)
Dragging the range is currently not possible. I'm working on a implementation.