Search and Top Navigation
#4176 closed bug (duplicate)
Opened February 18, 2009 02:48PM UTC
Closed February 20, 2009 01:08PM UTC
Last modified October 11, 2012 09:15PM UTC
Problem when setting range
Reported by: | tic2000 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.slider | Version: | 1.6rc6 |
Keywords: | range | Cc: | |
Blocked by: | Blocking: |
Description
I've noticed this problem in latest FF, IE7 and Safari 3.1.2.
It can be checked on http://jqueryui.com/demos/slider/#colorpicker too.
The problem is if you set
$("#slider").slider({range: 'min'});
or
$("#slider").slider({range: 'max'});
for a single slider, when the slider reaches 0 you can't move it with the mouse anymore, only from keyboard. After you move it just once from keyboard all turns back to normal.
The problem seems to appears only if the minimum value is 0. If I set the slider like this:
$("#slider").slider({range: 'min', min: 1, max: 101});
everything works as it should.
Attachments (0)
Change History (3)
Changed February 20, 2009 01:08PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed February 20, 2009 01:14PM UTC by comment:2
Sorry, I didn't know the bug was already reported. I searched for range, not vertical, since the problem it's not the orientation of the slider, but if you use range or not.
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
Duplicate of #4016
Fixed in r1953