Search and Top Navigation
#2331 closed bug (worksforme)
Opened February 13, 2008 07:03AM UTC
Closed January 28, 2009 08:47PM UTC
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.
Attachments (0)
Change History (7)
Changed February 20, 2008 11:11AM UTC by comment:1
status: | new → assigned |
---|
Changed February 21, 2008 02:24PM UTC by comment:2
owner: | paul → braeker |
---|---|
status: | assigned → new |
Changed March 17, 2008 03:05PM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | new → closed |
Can't reproduce in latest version.
Changed May 24, 2008 03:39AM UTC by comment:4
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed January 03, 2009 02:26AM UTC by comment:5
component: | ui.core → ui.slider |
---|---|
milestone: | → 1.6 |
priority: | major → critical |
resolution: | worksforme |
status: | closed → reopened |
version: | 1.2.3 → 1.6rc4 |
Changed January 03, 2009 02:26AM UTC by comment:6
owner: | eduardo → rdworth |
---|---|
status: | reopened → assigned |
Changed January 28, 2009 08:47PM UTC by comment:7
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.