Search and Top Navigation
#4292 closed bug (fixed)
Opened March 07, 2009 12:24AM UTC
Closed March 09, 2009 12:37PM UTC
Last modified March 19, 2009 03:32AM UTC
Slider: ui.value incorrect in slide event if handle at value 0
Reported by: | gglockner | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.7.1 |
Component: | ui.slider | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you set the minimum value to zero, the slider does not go down to zero. This is true regardless of whether you set the minimum when the slider is initialized, whether you set it later as an option, or whether you simply rely on the default value of min = 0. You can see this problem in the following demos on the jqueryui.com website:
http://jqueryui.com/demos/slider/#steps
http://jqueryui.com/demos/slider/#slider-vertical
This was not present in 1.6rc6.
For now, I am working around this bug by adding 1 to all slider values, but this could cause wrong results for anyone who upgrades to 1.7.
Attachments (0)
Change History (5)
Changed March 07, 2009 07:19AM UTC by comment:1
owner: | → paul |
---|---|
priority: | critical → blocker |
status: | new → assigned |
Changed March 09, 2009 12:37PM UTC by comment:2
milestone: | 1.7.1 → 1.8 |
---|---|
resolution: | → fixed |
status: | assigned → closed |
summary: | Slider does not respect zero min → Slider: ui.value incorrect in slide event if handle at value 0 |
Fixed in r2226
Changed March 11, 2009 09:35AM UTC by comment:3
Fixed more in r2227
Changed March 11, 2009 10:13AM UTC by comment:4
priority: | blocker → critical |
---|
Changed March 19, 2009 03:32AM UTC by comment:5
milestone: | 1.8 → 1.7.1 |
---|
merged to 1.7.1 in r2321