Opened 12 years ago
Closed 12 years ago
#7864 closed bug (notabug)
ui-slider-range broken in jQuery 1.7
Reported by: | buzzyapyear | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.slider | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The slider range seems to be buggy as of jQuery 1.7 and jQuery UI 1.8.12.
Slider was working perfectly in jQuery 1.6.4 and jQuery UI 1.8.12;
Try clicking on various points on the slider. In my example, the blue slider range doesn't update properly to the point you've clicked on.
JS Fiddle example here:
Am I missing something? Thanks!
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Further testing has revealed that the problem is the options.animate. When animate is set to false, the range problem goes away. I believe it may be erroneously using 'px' rather than '%'. So far not sure if the problem is in the slider code or the animate code.
comment:3 Changed 12 years ago by
Component: | ui.core → ui.slider |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is a jQuery core issue and has already been fixed in master (will be in 1.7.1) http://bugs.jquery.com/ticket/10669
Compare 1.6.4: http://jsbin.com/asimux to 1.7.0: http://jsbin.com/ecimey to git: http://jsbin.com/azirul
Wanted to add that: