Search and Top Navigation
#4315 closed bug (fixed)
Opened March 10, 2009 11:16AM UTC
Closed March 10, 2009 11:18AM UTC
Last modified March 19, 2009 03:34AM UTC
Slider: clicking on slider with negative values causes error 'closestHandle is undefined'
| Reported by: | rdworth | Owned by: | rdworth |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7.1 |
| Component: | ui.slider | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
If you create a slider with min: -2, max: 0, value: 0 then click directly at -2 the following error occurs:
closestHandle is undefined
file:/ui/ui.slider.js
Line 218
Attachments (0)
Change History (5)
Changed March 10, 2009 11:18AM UTC by comment:1
| description: | If you create a slider with min: -2, max: 0, value: 0 then click directly at -2 the following error occurs: \ \ closestHandle is undefined \ file:/ui/ui.slider.js \ Line 218 \ → If you create a slider with min: -2, max: 0, value: 0 then click directly at -2 the following error occurs: \ \ closestHandle is undefined \ \ file:/ui/ui.slider.js \ \ Line 218 \ |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
Changed March 10, 2009 03:04PM UTC by comment:2
| milestone: | 1.8 → 1.7.1 |
|---|
Changed March 10, 2009 03:09PM UTC by comment:3
| milestone: | 1.7.1 → 1.8 |
|---|
Changed March 11, 2009 10:13AM UTC by comment:4
| priority: | blocker → critical |
|---|
Changed March 19, 2009 03:34AM UTC by comment:5
| milestone: | 1.8 → 1.7.1 |
|---|
merged to 1.7.1 in r2322
Fixed in r2228